mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-08 12:42:46 +08:00
Remove WIP imports
This commit is contained in:
parent
50b503e0ce
commit
108218b8dc
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ from logging import getLogger
|
||||||
|
|
||||||
logger = getLogger()
|
logger = getLogger()
|
||||||
|
|
||||||
import win32gui
|
|
||||||
import win32process
|
|
||||||
import psutil
|
|
||||||
|
|
||||||
|
|
||||||
def handle_current_window(action: str = "minimize") -> None:
|
def handle_current_window(action: str = "minimize") -> None:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue