Skip to content

Commit d535741

Browse files
committed
relative import for internal dependencies in generation.py
1 parent 6df42b4 commit d535741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

string_utils/generation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
from typing import Generator
1616
from uuid import uuid4
1717

18-
from string_utils import is_integer, roman_encode
18+
from .manipulation import roman_encode
19+
from .validation import is_integer
1920

2021

2122
def uuid(as_hex: bool = False) -> str:

0 commit comments

Comments
 (0)