Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Oct 10, 2024
1 parent 291af77 commit f6775b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import os
import time
import threading

import win32api
import win32con
import psutil
import threading
import time
import pywintypes

running = False
Expand Down

0 comments on commit f6775b1

Please sign in to comment.