Skip to content

Commit d720615

Browse files
authored
Merge pull request #37 from ahartlba/ahartlba/code_cleanup
change import to be relative
2 parents abfe5fa + 7aac438 commit d720615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decorator_validation/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import inspect
22
from typing import Callable, Tuple, Union, Any
3-
from decorator_validation.types import SkipTypeCheck
3+
from .types import SkipTypeCheck
44

55

66
class Validator:

0 commit comments

Comments
 (0)