Skip to content

Commit

Permalink
Checked locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Aug 28, 2023
1 parent a05cd4a commit cfd8bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dgbowl_schemas/yadg/dataschema_5_0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from .metadata import Metadata
from .step import Steps
from .stepdefaults import StepDefaults
from .filetype import (
from .filetype import ( # noqa: F401
ExtractorFactory as ExtractorFactory,
FileType as FileType,
) # noqa: F401
)


class DataSchema(BaseModel, extra=Extra.forbid):
Expand Down

0 comments on commit cfd8bc3

Please sign in to comment.