Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrt committed Jun 29, 2023
1 parent f0fde61 commit e842bf1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions experimental/rule_inference/rule_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

import attr
import toml
from polyglot_piranha import (PiranhaArguments, PiranhaOutputSummary, Rule,
RuleGraph, execute_piranha)

from experimental.rule_inference.utils.rule_utils import RawRuleGraph
from polyglot_piranha import (
PiranhaArguments,
PiranhaOutputSummary,
Rule,
RuleGraph,
execute_piranha,
)


@attr.s
Expand Down

0 comments on commit e842bf1

Please sign in to comment.