Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaruland committed Dec 14, 2023
1 parent 17ef7a0 commit ba83ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databroker/mongo_normalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ def __init__(
validate_shape = default_validate_shape
elif isinstance(validate_shape, str):
validate_shape = import_object(validate_shape)
self.validate_shape=validate_shape
self.validate_shape = validate_shape
super().__init__()

@property
Expand Down

0 comments on commit ba83ae9

Please sign in to comment.