Skip to content

Commit d7b7182

Browse files
authored
Remove duplicate classmethod decorator
1 parent 3f2d9ec commit d7b7182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openlibrary/accounts/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ def get_or_raise(
505505
raise ValueError('Unable to get Open Library account')
506506
return account
507507

508-
@classmethod
509508
@classmethod
510509
def get_by_key(cls, key: str) -> 'OpenLibraryAccount | None':
511510
username = key.split('/')[-1]

0 commit comments

Comments
 (0)