Skip to content

Commit

Permalink
cleanup: remove unused imports of DataView
Browse files Browse the repository at this point in the history
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
  • Loading branch information
oz123 committed Apr 19, 2024
1 parent 89d0524 commit 2903248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plette/models/hashes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .base import DataModel
from .base import DataView, DataValidationError
from .base import DataValidationError

class Hash(DataModel):
"""A hash.
Expand Down
2 changes: 1 addition & 1 deletion src/plette/models/packages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .base import DataView, DataModel, DataValidationError
from .base import DataModel, DataValidationError

class PackageSpecfiers(DataModel):
# TODO: one could add here more validation for path editable
Expand Down

0 comments on commit 2903248

Please sign in to comment.