瀏覽代碼

fixing python 3.7 compatibility

Rodja Trappe 3 年之前
父節點
當前提交
13c3fb63b4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nicegui/elements/scene_objects.py

+ 1 - 0
nicegui/elements/scene_objects.py

@@ -1,3 +1,4 @@
+from __future__ import annotations
 from typing import Optional
 from typing import Optional
 from .scene_object3d import Object3D
 from .scene_object3d import Object3D