Skip to content

Commit b11c260

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6df26b2 commit b11c260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_fix_imports_six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import unittest
55

66
try:
7-
from six.moves import tkinter
7+
import tkinter
88
except ImportError:
99
tkinter = None
1010

0 commit comments

Comments
 (0)