From 7cb2974182173f4a48b89d4bdbc6a6aa9c9c50fd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 25 Mar 2017 11:07:05 +1100 Subject: Cleanup: imports, indentation, long lines --- release/scripts/startup/bl_operators/mesh.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'release/scripts/startup/bl_operators/mesh.py') diff --git a/release/scripts/startup/bl_operators/mesh.py b/release/scripts/startup/bl_operators/mesh.py index bce38a6bf3a..4edefd7bf9b 100644 --- a/release/scripts/startup/bl_operators/mesh.py +++ b/release/scripts/startup/bl_operators/mesh.py @@ -21,7 +21,10 @@ import bpy from bpy.types import Operator -from bpy.props import EnumProperty, IntProperty +from bpy.props import ( + EnumProperty, + IntProperty, +) class MeshMirrorUV(Operator): @@ -254,4 +257,4 @@ classes = ( MeshMirrorUV, MeshSelectNext, MeshSelectPrev, -) \ No newline at end of file +) -- cgit v1.2.3