Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-06 11:24:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-06 11:26:18 +0300
commit37793b90be12307c368bea9bb44f13e133eff706 (patch)
tree7e12adfa1951bb26347a054f3202bc9f2ba65c11 /release/scripts/startup/bl_ui/properties_physics_fluid.py
parent9dc0c44aa102b5a7dae1fe92fd9105231ab1798c (diff)
Cleanup: unused imports
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_fluid.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_fluid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_fluid.py b/release/scripts/startup/bl_ui/properties_physics_fluid.py
index 5d3417fad0f..d168d9ab6dd 100644
--- a/release/scripts/startup/bl_ui/properties_physics_fluid.py
+++ b/release/scripts/startup/bl_ui/properties_physics_fluid.py
@@ -19,7 +19,7 @@
# <pep8 compliant>
import bpy
-from bpy.types import Menu, Panel
+from bpy.types import Panel
from bl_ui.utils import PresetPanel
from .properties_physics_common import (
effector_weights_ui,