We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b5b98 commit 92a49c9Copy full SHA for 92a49c9
1 file changed
src/xulbux/base/types.py
@@ -2,6 +2,7 @@
2
import regex as _rx
3
import re as _re
4
5
+# PREVENT CIRCULAR IMPORTS
6
if TYPE_CHECKING:
7
from ..color import rgba, hsla, hexa
8
0 commit comments