Skip to content

Commit 0598ab8

Browse files
authored
Fix import in numerical (#35)
1 parent ed0d8e2 commit 0598ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstract_api/core/validators/numerical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Any
22

3-
from abstract_api.core.exceptions import ClientRequestError
3+
from ..exceptions import ClientRequestError
44

55

66
def between(

0 commit comments

Comments
 (0)