Skip to content

Commit 10552c4

Browse files
committed
Fix ruff-format: remove trailing newlines at EOF
1 parent 9b84e30 commit 10552c4

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

nettacker/api/engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,4 +613,3 @@ def start_api_server(options):
613613
for process in multiprocessing.active_children():
614614
process.terminate()
615615
break
616-

nettacker/core/arg_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,4 +764,3 @@ def parse_arguments(self):
764764
options.retries = int(options.retries)
765765

766766
self.arguments = options
767-

nettacker/core/messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ def messages(msg_id):
6969
message found otherwise return message in English
7070
"""
7171
return message_cache[str(msg_id)]
72-

nettacker/core/template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ def format(self):
6161

6262
def load(self):
6363
return self.parse(yaml.safe_load(self.format()), self.inputs)
64-

nettacker/core/utils/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,4 +466,3 @@ def generate_compare_filepath(scan_id):
466466
date_time=now(format="%Y_%m_%d_%H_%M_%S"),
467467
scan_id=scan_id,
468468
)
469-

0 commit comments

Comments
 (0)