diff options
| -rw-r--r-- | src/audio.py | 2 | ||||
| -rw-r--r-- | src/office.py | 2 | ||||
| -rw-r--r-- | src/parser_factory.py | 2 | ||||
| -rw-r--r-- | src/pdf.py | 2 | ||||
| -rw-r--r-- | tests/test_climat2.py | 1 |
5 files changed, 1 insertions, 8 deletions
diff --git a/src/audio.py b/src/audio.py index 0f4b5c0..a56828f 100644 --- a/src/audio.py +++ b/src/audio.py | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | import subprocess | ||
| 2 | import shutil | 1 | import shutil |
| 3 | import json | ||
| 4 | 2 | ||
| 5 | import mutagen | 3 | import mutagen |
| 6 | 4 | ||
diff --git a/src/office.py b/src/office.py index 3d06bc8..9729e19 100644 --- a/src/office.py +++ b/src/office.py | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | import json | ||
| 2 | import os | 1 | import os |
| 3 | import re | 2 | import re |
| 4 | import shutil | 3 | import shutil |
| 5 | import subprocess | ||
| 6 | import tempfile | 4 | import tempfile |
| 7 | import datetime | 5 | import datetime |
| 8 | import zipfile | 6 | import zipfile |
diff --git a/src/parser_factory.py b/src/parser_factory.py index 7ce4246..ecec789 100644 --- a/src/parser_factory.py +++ b/src/parser_factory.py | |||
| @@ -4,7 +4,7 @@ import pkgutil | |||
| 4 | 4 | ||
| 5 | from . import abstract | 5 | from . import abstract |
| 6 | 6 | ||
| 7 | from typing import Type, TypeVar | 7 | from typing import TypeVar |
| 8 | 8 | ||
| 9 | T = TypeVar('T', bound='abstract.AbstractParser') | 9 | T = TypeVar('T', bound='abstract.AbstractParser') |
| 10 | 10 | ||
| @@ -5,9 +5,7 @@ | |||
| 5 | import os | 5 | import os |
| 6 | import logging | 6 | import logging |
| 7 | import tempfile | 7 | import tempfile |
| 8 | import shutil | ||
| 9 | import io | 8 | import io |
| 10 | import tempfile | ||
| 11 | 9 | ||
| 12 | import cairo | 10 | import cairo |
| 13 | import gi | 11 | import gi |
diff --git a/tests/test_climat2.py b/tests/test_climat2.py index 31827f7..f395001 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | import unittest | 1 | import unittest |
| 2 | import subprocess | 2 | import subprocess |
| 3 | import os | ||
| 4 | 3 | ||
| 5 | 4 | ||
| 6 | class TestHelp(unittest.TestCase): | 5 | class TestHelp(unittest.TestCase): |
