From 5a96994f2d116596d7f4c5b49699f5d024e53c1d Mon Sep 17 00:00:00 2001 From: Douglas Cox Date: Sun, 15 May 2022 19:47:03 -0400 Subject: [PATCH] Minor cleanup. --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 17711a7..20f10f2 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 by Hextant Studios. https://HextantStudios.com +# Copyright 2022 by Hextant Studios. https://HextantStudios.com # This work is licensed under GNU General Public License Version 3. # License: https://download.blender.org/release/GPL3-license.txt @@ -22,7 +22,7 @@ import bpy, sys, os, site, subprocess, importlib from bpy.types import Operator, AddonPreferences -from bpy.props import StringProperty, IntProperty +from bpy.props import IntProperty # The global debugpy module (imported when the server is started). debugpy = None