1
0
Эх сурвалжийг харах

fixing python 3.7 compatibility

Rodja Trappe 3 жил өмнө
parent
commit
6537c47384
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      nicegui/globals.py

+ 1 - 0
nicegui/globals.py

@@ -1,3 +1,4 @@
+from __future__ import annotations
 from typing import TYPE_CHECKING
 if TYPE_CHECKING:
     from starlette.applications import Starlette