Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDaniel committed Mar 6, 2024
1 parent 0f461fe commit 5df6746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migmose/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ def main(input_dir: Path, output_dir, message_type: list[EdifactFormat]) -> None
print(item)
preliminary_output_as_json(mig_table, m_type, output_dir)


if __name__ == "__main__":
main() # pylint:disable=no-value-for-parameter

0 comments on commit 5df6746

Please sign in to comment.