Skip to content

Commit

Permalink
fixing python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Sep 14, 2021
1 parent 7726301 commit 13c3fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nicegui/elements/scene_objects.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from typing import Optional
from .scene_object3d import Object3D

Expand Down

0 comments on commit 13c3fb6

Please sign in to comment.