ruff: remove unnecessary f string
parent
35333504ea
commit
f61d068cd2
|
@ -93,7 +93,7 @@ class NXCModule:
|
||||||
|
|
||||||
def dump_results(self, results, remoteName, context):
|
def dump_results(self, results, remoteName, context):
|
||||||
if not results:
|
if not results:
|
||||||
context.log.highlight(f"Found NOTHING!")
|
context.log.highlight("Found NOTHING!")
|
||||||
return
|
return
|
||||||
|
|
||||||
for item, data in results.items():
|
for item, data in results.items():
|
||||||
|
|
Loading…
Reference in New Issue