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>2019-05-09 02:15:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-09 05:42:05 +0300
commitfc37238b17ed1a8c80bf5eaf849ab3fc4af59069 (patch)
tree36f1e64753753f43ee95bc3da126beb955469e85 /release/scripts/startup/bl_operators/constraint.py
parentbc39fa947a821f1114fb5594dcd22958f7958df9 (diff)
Cleanup: unused args/vars/imports in bl_operators
Diffstat (limited to 'release/scripts/startup/bl_operators/constraint.py')
-rw-r--r--release/scripts/startup/bl_operators/constraint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/constraint.py b/release/scripts/startup/bl_operators/constraint.py
index 811218f5e09..213122952ae 100644
--- a/release/scripts/startup/bl_operators/constraint.py
+++ b/release/scripts/startup/bl_operators/constraint.py
@@ -18,7 +18,6 @@
# <pep8-80 compliant>
-import bpy
from bpy.types import (
Operator,
)