Skip to content

Commit

Permalink
removed empty dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Feb 20, 2024
1 parent 1964fd7 commit 0bc0598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_train/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def common(
] = None,
):
if source:
exec(source.read_text(), {}, {})
exec(source.read_text())


if __name__ == "__main__":
Expand Down

0 comments on commit 0bc0598

Please sign in to comment.