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 7b3f582 commit 19e932cCopy full SHA for 19e932c
1 file changed
Lib/tomllib/_parser.py
@@ -8,6 +8,8 @@
8
# parse_value().
9
__lazy_modules__ = ["tomllib._re"]
10
11
+import sys
12
+
13
from ._re import (
14
RE_DATETIME,
15
RE_LOCALTIME,
0 commit comments