Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Dec 19, 2024
1 parent d211696 commit 5448d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,8 @@ async def test_importer_filetypes():
a2f = js["datatype_to_filetype"]
assert a2f["assembly"] == ["FASTA"]
assert a2f["gff_genome"] == ["FASTA", "GFF"]
assert a2f["import_specification"] == ["CSV", "EXCEL", "JSON", "TSV"]
assert a2f["import_specification"] == ["CSV", "EXCEL", "TSV"]
assert a2f["dts_manifest"] == ["JSON"]

f2e = js["filetype_to_extensions"]
assert f2e["FASTA"] == [
Expand Down

0 comments on commit 5448d40

Please sign in to comment.