Skip to content

Commit 4b5e85c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)