Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2023
1 parent 611a353 commit dc30497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pyreverse/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def setup_type_check_imports_dot(
writer = DiagramWriter(type_check_imports_dot_config)
project = get_project(
os.path.join(os.path.dirname(__file__), "functional", "package_diagrams"),
name="type_check_imports")
name="type_check_imports",
)

yield from _setup(project, type_check_imports_dot_config, writer)

Expand Down

0 comments on commit dc30497

Please sign in to comment.