Update helper.py

pull/1260/head
H Lohaus 8 months ago committed by GitHub
parent 293337db98
commit 840157abaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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':

Loading…
Cancel
Save