Skip to content

Commit a493351

Browse files
run black
1 parent 071c946 commit a493351

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lfric_macros/apply_macros.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,9 @@ def combine_macros(self, import_order):
765765
):
766766
# Add a comment labelling where these commands came from
767767
# Check the comment hasn't already been added
768-
if not re.search(r"Commands From: \w+", self.target_macros[meta_import]["commands"]):
768+
if not re.search(
769+
r"Commands From: \w+", self.target_macros[meta_import]["commands"]
770+
):
769771
full_command += (
770772
" # Commands From: "
771773
f"{self.parse_application_section(meta_import)}\n"

0 commit comments

Comments
 (0)