Skip to content

Commit

Permalink
fixup bb77dfc: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 5, 2024
1 parent 4c20738 commit 751645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/win32/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ctypes.wintypes import BOOL, HANDLE, DWORD, LPWSTR, LPCWSTR, LPVOID, POINT, WORD, SMALL_RECT
from typing import Union

from xpra.util import envbool
from xpra.util import envbool, noerr
from xpra.platform.win32 import constants as win32con
from xpra.platform.win32.common import (
GetStdHandle,
Expand Down

0 comments on commit 751645f

Please sign in to comment.