1
0
mirror of synced 2024-11-24 05:30:11 +01:00

Fix flake8 linting issues

This commit is contained in:
Viv 2024-02-10 19:57:24 -05:00
parent 79af17e4cc
commit 6f83118f79
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import glob
import os import os
import subprocess import subprocess
from subprocess import CalledProcessError from subprocess import CalledProcessError
import traceback
import pytest import pytest

View File

@ -48,4 +48,4 @@ def test_converted_custom_tjas(path_tja, tmp_path, entry_point):
key=lambda s: [order.index(c) if c in order key=lambda s: [order.index(c) if c in order
else len(order) for c in s]) else len(order) for c in s])
for path_out in paths_out: for path_out in paths_out:
parse_fumen(path_out, exclude_empty_measures=False) parse_fumen(path_out, exclude_empty_measures=False)