loadscope: remove redundant None check

self.config can't be None.
This commit is contained in:
Ran Benita
2024-04-04 01:27:32 +03:00
parent 8e77d14f8c
commit 503c5ee828

View File

@@ -407,9 +407,6 @@ class LoadScopeScheduling:
same_collection = False
self.log(msg)
if self.config is None:
continue
rep = pytest.CollectReport(
nodeid=node.gateway.id,
outcome="failed",