Skip to content

Commit

Permalink
Fixed: position of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Jul 4, 2019
1 parent 2e9e240 commit 5c254bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apertium/mode_search.py
@@ -1,10 +1,9 @@
import os
import re
from typing import Dict, List, Tuple, Union # noqa: F401

from apertium.utils import to_alpha3_code

from typing import Dict, List, Tuple, Union # noqa: F401


def is_loop(dirpath: str, rootpath: str, real_root: (Union[None, str]) = None) -> bool:
"""
Expand Down

0 comments on commit 5c254bb

Please sign in to comment.