Skip to content

Commit a63b101

Browse files
authored
Merge pull request #11438 from internetarchive/11141/regression/rm-dupe-decorator
Remove duplicate classmethod decorator
2 parents 3f2d9ec + d7b7182 commit a63b101

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)