Skip to content

Commit

Permalink
✅ (test) fix test_model
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Mar 13, 2024
1 parent c3e2d4f commit 24d39e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from nomenklatura.entity import CompositeEntity
from pydantic import ValidationError

from ftmq.model import Catalog, Coverage, Dataset, Entity, Publisher, Resource
from ftmq.model import Catalog, Dataset, Entity, Publisher, Resource
from ftmq.model.coverage import Coverage
from ftmq.util import make_proxy

nk_catalog = NKCatalog(NKDataset, {})
Expand Down

0 comments on commit 24d39e1

Please sign in to comment.