Browse Source

fixing python 3.7 compatibility

Rodja Trappe 3 năm trước cách đây
mục cha
commit
6537c47384
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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