Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 5, 2024
1 parent 6b4f4cd commit 01dab0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seal5/backends/yaml/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import yaml

from m2isar.metamodel import arch, patch_model, behav
from m2isar.metamodel import arch

logger = logging.getLogger("yaml_writer")

Expand Down
3 changes: 1 addition & 2 deletions seal5/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
from seal5 import utils
from seal5.tools import llvm, cdsl2llvm, inject_patches
from seal5.resources.resources import get_patches, get_test_cfg
from seal5.index import File, NamedPatch, write_index_yaml
from seal5.passes import Seal5Pass, PassType, PassScope, PassManager, PassResult, filter_passes
from seal5.passes import Seal5Pass, PassType, PassScope, PassManager, filter_passes
import seal5.pass_list as passes

logger = get_logger()
Expand Down

0 comments on commit 01dab0b

Please sign in to comment.