Skip to content

Commit

Permalink
fix whitespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealist committed Feb 2, 2024
1 parent a7a3d67 commit 2e8a827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluesky_widgets/models/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class Query(collections.abc.Mapping):

@abc.abstractproperty
def query(self):
pass
pass

@abc.abstractproperty
def kwargs(self):
pass
pass

def __iter__(self):
return iter(self.query)
Expand Down

0 comments on commit 2e8a827

Please sign in to comment.