Forráskód Böngészése

fixing python 3.7 compatibility

Rodja Trappe 3 éve
szülő
commit
6537c47384
1 módosított fájl, 1 hozzáadás és 0 törlés
  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