Skip to content

Commit e9803f4

Browse files
authored
Remove lazy import from sys and types
1 parent f0bd1eb commit e9803f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/tkinter/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
from tkinter.constants import *
3434
import collections
3535
import enum
36+
import sys
37+
import types
3638

37-
lazy import sys
38-
lazy import types
3939
lazy import re
4040
TclError = _tkinter.TclError
4141

0 commit comments

Comments
 (0)