Skip to content

Commit

Permalink
Fix an import
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Dec 1, 2020
1 parent a79cb21 commit ba67686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrrha_ci/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import yaml
import click

from pyrrha_ci.rules.dynamic_rules import ManualRule
from pyrrha_ci.utils import MESSAGE_TYPE, parse_tsv, merge, _relative_path
from .rules.dynamic_rules import ManualRule
from .utils import MESSAGE_TYPE, parse_tsv, merge, _relative_path
from .rules.proto import Rule
from typing import List, Optional, TextIO, Dict, Tuple, Set, Any
from collections import namedtuple
Expand Down

0 comments on commit ba67686

Please sign in to comment.