Skip to content

Commit 393e362

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2f05fcd commit 393e362

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)