Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 1c968e0 commit 6308e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from typing import TYPE_CHECKING, List, Optional, Union

import _tkinter
import logging
import os
import tkinter as tk
from unittest import TestCase

import _tkinter
from PIL import Image

if TYPE_CHECKING:
Expand Down

0 comments on commit 6308e66

Please sign in to comment.