Skip to content

Commit

Permalink
black, ruff, isort
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Jun 19, 2023
1 parent 986ec90 commit cfe3c32
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 135 deletions.
4 changes: 2 additions & 2 deletions CustomTkinterTitlebar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import sys

if sys.platform != "win32":
raise OSError("Platform isn't win32(Windows)")
raise OSError("Platform isn't win32(Windows)")
else:
from .titlebar import *
from .titlebar import *

del sys
Loading

0 comments on commit cfe3c32

Please sign in to comment.