From aa56fa473b2f9cb0c93ea2a5ce44d55313c2a8cd Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 16 Jan 2022 20:11:47 +0100 Subject: [PATCH] Removed unused import --- src/py_to_uxf_core/service/umlet_creator_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/py_to_uxf_core/service/umlet_creator_service.py b/src/py_to_uxf_core/service/umlet_creator_service.py index f288a67..f345242 100644 --- a/src/py_to_uxf_core/service/umlet_creator_service.py +++ b/src/py_to_uxf_core/service/umlet_creator_service.py @@ -1,4 +1,3 @@ -import classes as classes from cpl_query.extension import List from py_to_uxf_core.abc.umlet_creator_abc import UmletCreatorABC