fix imports, again

This commit is contained in:
Benjamin Hackl 2023-01-03 17:26:06 +01:00
commit 178778dce8
2 changed files with 0 additions and 3 deletions

View file

@ -81,7 +81,6 @@ from .scene.moving_camera_scene import *
from .scene.scene import *
from .scene.scene_file_writer import *
from .scene.section import *
from .scene.three_d_scene import *
from .scene.vector_space_scene import *
from .scene.zoomed_scene import *
from .utils import color, rate_functions, unit

View file

@ -69,8 +69,6 @@ __all__ = [
"DEFAULT_QUALITY",
"EPILOG",
"CONTEXT_SETTINGS",
"SHIFT_VALUE",
"CTRL_VALUE",
"RendererType",
"LineJointType",
]