Skip to content

Commit

Permalink
Hub: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Jan 22, 2024
1 parent b577ec5 commit aa09fb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions not_my_board/_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ class Place:
def all(cls):
return cls._all_places.values()

@classmethod
def get_by_id(cls, id_, default=None):
return cls._all_places.get(id_, default)

@classmethod
def _new_id(cls):
id_ = cls._next_id
Expand Down

0 comments on commit aa09fb6

Please sign in to comment.