From cc56bf33cec55130cba04aa60762d2db023b0889 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 18 Jan 2022 20:10:02 +0100 Subject: [PATCH] Removed not existing attribute --- src/py_to_uxf_core/service/implementation_scanner_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/py_to_uxf_core/service/implementation_scanner_service.py b/src/py_to_uxf_core/service/implementation_scanner_service.py index e44b390..e48b630 100644 --- a/src/py_to_uxf_core/service/implementation_scanner_service.py +++ b/src/py_to_uxf_core/service/implementation_scanner_service.py @@ -50,7 +50,6 @@ class ImplementationScannerService(ImplementationScannerABC): implementation = self._get_implementation(name, sub, classes) if implementation is not None: - implementation.is_first = False implementations.append(implementation) return implementations return None