Skip to content

Commit

Permalink
[skip ci] Apply black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree authored and github-actions[bot] committed Jan 4, 2024
1 parent 36cec2f commit b9480a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_projects/test_external_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_procedure_module_use_links_(external_project):

# Read generated HTML
proc_dir = top_level_project / "doc/proc"
with open(proc_dir/ "abortcriteria_load.html", "r") as f:
with open(proc_dir / "abortcriteria_load.html", "r") as f:
procedure_html = BeautifulSoup(f.read(), features="html.parser")

# Find links to external modules
Expand Down

0 comments on commit b9480a2

Please sign in to comment.