From b20b99669d26f63e6b27a96a8e88c063a7b4d14b Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 13 Mar 2023 01:57:34 +0100 Subject: [PATCH] Chore: add newline at end of file --- src/ifcsverchok/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcsverchok/__init__.py b/src/ifcsverchok/__init__.py index 48e34ba987..e2346f23b6 100644 --- a/src/ifcsverchok/__init__.py +++ b/src/ifcsverchok/__init__.py @@ -293,4 +293,4 @@ def unregister(): try: bpy.utils.unregister_class(cls) except: - logger.error(f"Unable to unregister class: {cls}") \ No newline at end of file + logger.error(f"Unable to unregister class: {cls}")