Skip to content

Commit e925b4e

Browse files
Fixed import statement
1 parent 9f2067f commit e925b4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apertium/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import logging
22
import os
33
import platform
4-
import sys
54
from typing import Dict, Tuple
65

76
from apertium.analysis import analyze, Analyzer # noqa: F401

apertium/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import platform
3-
import sys
43
import subprocess
4+
import sys
55
import tempfile
66
from typing import List
77

0 commit comments

Comments
 (0)