Update helper.py

This commit is contained in:
H Lohaus 2023-11-16 18:31:39 +01:00 committed by GitHub
parent 293337db98
commit 840157abaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ except ImportError:
from ..typing import Dict, Messages, Union, Tuple
from .. import debug
DisplayType = Union[Display, bool]
# Change event loop policy on windows
if sys.platform == 'win32':