Skip to content

Commit

Permalink
Pin dataschema in extract to _5_1.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Nov 14, 2024
1 parent 8b47cc3 commit 6bd1ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadg/extractors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
from datatree import DataTree
from yadg import dgutils
from dgbowl_schemas.yadg.dataschema import ExtractorFactory, FileType
from dgbowl_schemas.yadg.dataschema_5_1 import ExtractorFactory, FileType


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6bd1ee4

Please sign in to comment.