Преглед изворни кода

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 .scene_object3d import Object3D