Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Cox authored and Douglas Cox committed May 15, 2022
1 parent fa12def commit 5a96994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 5a96994

Please sign in to comment.