Skip to content

Commit 92a49c9

Browse files
committed
fix circular import error
1 parent 47b5b98 commit 92a49c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xulbux/base/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import regex as _rx
33
import re as _re
44

5+
# PREVENT CIRCULAR IMPORTS
56
if TYPE_CHECKING:
67
from ..color import rgba, hsla, hexa
78

0 commit comments

Comments
 (0)