Skip to content

Commit

Permalink
fix pydantic move. Fix #454
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Feb 13, 2024
1 parent 1c8a8ad commit 60051e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from peppy.const import *
from ubiquerg import convert_value, expandpath, parse_registry_path
from pephubclient.constants import RegistryPath
from pydantic.error_wrappers import ValidationError
from pydantic import ValidationError

from .const import *
from .exceptions import MisconfigurationException, RegistryPathException
Expand Down

0 comments on commit 60051e3

Please sign in to comment.