Skip to content

Commit

Permalink
Add comment for linter in subprocess.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakramer committed Jan 30, 2022
1 parent e70d677 commit 9be96a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions koapy/utils/subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def run_as_admin(cmd, cwd=None, check=True, wait=True):
import win32event
import win32process

# pyright: reportMissingImports=false
# pylint: disable=import-error,no-name-in-module
from win32com.shell import shellcon
from win32com.shell.shell import ShellExecuteEx

Expand Down

0 comments on commit 9be96a0

Please sign in to comment.