From 32dca36afb1824eacfbebfcc70ed54eaeaaf8550 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 6 Nov 2018 09:57:03 +0100 Subject: [PATCH] Cleanup: Use annotation for the new class --- release/scripts/startup/bl_operators/constraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/startup/bl_operators/constraint.py b/release/scripts/startup/bl_operators/constraint.py index cf70022ed48..61b1f7737af 100644 --- a/release/scripts/startup/bl_operators/constraint.py +++ b/release/scripts/startup/bl_operators/constraint.py @@ -44,7 +44,7 @@ class CONSTRAINT_OT_remove_target(Operator): bl_label = "Remove Target" bl_options = {'UNDO', 'INTERNAL'} - index = IntProperty() + index: IntProperty() def execute(self, context): tgts = context.constraint.targets