1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🐛 Fix invalid set literal

This commit is contained in:
Steffo 2021-10-18 01:55:14 +02:00 committed by Stefano Pigozzi
parent f2a450f166
commit 8bae344c68

View file

@ -375,7 +375,7 @@ class ResearchGroup(SophonGroupModel):
@classmethod
def get_editable_fields(cls) -> set[str]:
return {}
return set()
@classmethod
def get_administrable_fields(cls) -> set[str]: