Skip to content

Commit 65dfd73

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a59644a commit 65dfd73

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def assert_expected(self, expected_files: Optional[TargetsType] = None, diff_on_
5757
# If different then write the diff
5858
if diff_on_fail:
5959
with open(generated_path) as generated, open(expected_path) as expected:
60-
6160
generated_lines = generated.readlines()
6261
expected_lines = expected.readlines()
6362

tests/test_beast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def _count_taxa(statefile: Path) -> int:
4646

4747

4848
def test_onlinebeast(run_workflow):
49-
5049
workflow = run_workflow("results/beast/expected-2-online_beast.xml.state", inherit=True)
5150

5251
# Ensure we have one more taxa than the inherited run

0 commit comments

Comments
 (0)