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 17, 2023
1 parent 8184241 commit 00a62da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def assert_expected(self, expected_files: Optional[TargetsType] = None, diff_on_
# If different then write the diff
if diff_on_fail:
with open(generated_path) as generated, open(expected_path) as expected:

generated_lines = generated.readlines()
expected_lines = expected.readlines()

Expand Down
1 change: 0 additions & 1 deletion tests/test_beast.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def _count_taxa(statefile: Path) -> int:


def test_onlinebeast(run_workflow):

workflow = run_workflow("results/beast/expected-2-online_beast.xml.state", inherit=True)

# Ensure we have one more taxa than the inherited run
Expand Down

0 comments on commit 00a62da

Please sign in to comment.