Removed not existing attribute
This commit is contained in:
@@ -50,7 +50,6 @@ class ImplementationScannerService(ImplementationScannerABC):
|
|||||||
|
|
||||||
implementation = self._get_implementation(name, sub, classes)
|
implementation = self._get_implementation(name, sub, classes)
|
||||||
if implementation is not None:
|
if implementation is not None:
|
||||||
implementation.is_first = False
|
|
||||||
implementations.append(implementation)
|
implementations.append(implementation)
|
||||||
return implementations
|
return implementations
|
||||||
return None
|
return None
|
||||||
|
Reference in New Issue
Block a user