We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f6fef commit dd9e9dbCopy full SHA for dd9e9db
1 file changed
sc2/renderer.py
@@ -1,12 +1,6 @@
1
from __future__ import annotations
2
3
4
-from pyglet.text import Label
5
-
6
7
-from pyglet.window import Window
8
9
10
import datetime
11
from typing import TYPE_CHECKING
12
@@ -17,6 +11,8 @@
17
if TYPE_CHECKING:
18
from sc2.client import Client
19
13
from pyglet.image import ImageData
14
+ from pyglet.text import Label
15
+ from pyglet.window import Window
20
16
21
22
class Renderer:
0 commit comments