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 3647e79 commit a7a3d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bluesky_widgets/models/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class InvertedRange(ValueError):
pass
pass


"""
Expand All @@ -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 a7a3d67

Please sign in to comment.