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:
parent
f2a450f166
commit
8bae344c68
1 changed files with 1 additions and 1 deletions
|
@ -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]:
|
||||
|
|
Loading…
Reference in a new issue