Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Jun 22, 2024
1 parent 58b1448 commit 0e98ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dgbowl_schemas/yadg/dataschema_5_1/filetype.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class Touchstone_snp(FileType):
for name, obj in inspect.getmembers(sys.modules[__name__]):
if inspect.isclass(obj) and issubclass(obj, FileType) and obj is not FileType:
classlist.append(obj)
FileTypes = TypeVar('FileTypes', *classlist)
FileTypes = TypeVar("FileTypes", *classlist)


class ExtractorFactory(BaseModel):
Expand Down

0 comments on commit 0e98ebd

Please sign in to comment.