Skip to content

Commit

Permalink
Validation Error
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron committed Aug 15, 2023
1 parent 03b90ef commit 57e2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ersilia/hub/content/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if sys.version_info.minor<=7:
from validators import ValidationFailure
else:
from validators import ValidationError
from validators import ValidationError as ValidationFailure

from ...utils.exceptions_utils.card_exceptions import (
SlugBaseInformationError,
Expand Down

0 comments on commit 57e2078

Please sign in to comment.