Skip to content

Commit 1d2f41d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from typing import TYPE_CHECKING, List, Optional, Union
22

3+
import _tkinter
34
import logging
45
import os
56
import tkinter as tk
67
from unittest import TestCase
78

8-
import _tkinter
99
from PIL import Image
1010

1111
if TYPE_CHECKING:

0 commit comments

Comments
 (0)