Skip to content

Commit

Permalink
fix: reformating with black
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum committed Oct 30, 2023
1 parent 8ee678c commit 27c9165
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/playbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def playbooks(
output_dir: str = "meta",
for_collection: Optional[list[str]] = None,
):

dag = Dag(collections)
# services DAG
dag_services = nx.DiGraph()
Expand Down Expand Up @@ -118,7 +117,6 @@ def write_copyright_licence_headers(fd):


if __name__ == "__main__":

parser = argparse.ArgumentParser()
parser.add_argument(
"--collection",
Expand Down

0 comments on commit 27c9165

Please sign in to comment.