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