Skip to content

Commit df07f1d

Browse files
authored
Aktualisieren von commons.py
1 parent 6404bc4 commit df07f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scratchattach/editor/commons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def get_name_nofldr(name: str) -> str:
259259

260260
class SingletonMeta(EnumMeta):
261261
def __new__(cls, *args, **kwargs):
262-
result = super.__new__(cls, *args, **kwargs)
262+
result = super().__new__(cls, *args, **kwargs)
263263
result.__class__ = EnumMeta
264264
return result
265265

0 commit comments

Comments
 (0)