Skip to content

Commit

Permalink
import error
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Oct 18, 2023
1 parent e9bf342 commit e559ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def infer_SOFT7_IRIs():
pytest.importorskip("pydantic")
from typing import Any, Optional

from pydantic import ( # pylint: disable=no-name-in-module
from pydantic import ( # pylint: disable=no-name-in-module,import-error
AnyUrl,
BaseModel,
Field,
Expand Down

0 comments on commit e559ab1

Please sign in to comment.