Skip to content

Commit

Permalink
change: import location
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Jul 18, 2019
1 parent 0e5bc05 commit 8013da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Expand Up @@ -2,5 +2,5 @@
ignore = W504
max-line-length = 160
import-order-style = google
exclude = apertium/swig/, docs/source/conf.py
exclude = docs/source/conf.py
application-import-names = apertium
2 changes: 1 addition & 1 deletion apertium/installer.py
@@ -1,11 +1,11 @@
from distutils.dir_util import copy_tree
from typing import Optional
import logging
import os
import platform
import shutil
import subprocess
import tempfile
from typing import Optional
from urllib.request import urlretrieve
from zipfile import ZipFile

Expand Down

0 comments on commit 8013da6

Please sign in to comment.