Removed not existing attribute
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user