Skip to content

Commit 19e932c

Browse files
authored
One more
1 parent 7b3f582 commit 19e932c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/tomllib/_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# parse_value().
99
__lazy_modules__ = ["tomllib._re"]
1010

11+
import sys
12+
1113
from ._re import (
1214
RE_DATETIME,
1315
RE_LOCALTIME,

0 commit comments

Comments
 (0)