Skip to content

Commit

Permalink
Merge pull request #776 from ersilia-os/DhanshreeA-patch-1
Browse files Browse the repository at this point in the history
Update card.py
  • Loading branch information
GemmaTuron committed Aug 15, 2023
2 parents 3da1efc + be01e92 commit d2c0496
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 @@ -7,7 +7,7 @@
from ...auth.auth import Auth
from ...db.hubdata.interfaces import AirtableInterface
import validators
from validators import ValidationFailure
from validators import ValidationError

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

0 comments on commit d2c0496

Please sign in to comment.