1
0
Fork 0

Remove some unused imports

This commit is contained in:
jvoisin 2018-04-04 23:18:38 +02:00
parent d830760d4f
commit 9fa76c4c20
5 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,4 @@
import subprocess
import shutil
import json
import mutagen

View File

@ -1,8 +1,6 @@
import json
import os
import re
import shutil
import subprocess
import tempfile
import datetime
import zipfile

View File

@ -4,7 +4,7 @@ import pkgutil
from . import abstract
from typing import Type, TypeVar
from typing import TypeVar
T = TypeVar('T', bound='abstract.AbstractParser')

View File

@ -5,9 +5,7 @@
import os
import logging
import tempfile
import shutil
import io
import tempfile
import cairo
import gi

View File

@ -1,6 +1,5 @@
import unittest
import subprocess
import os
class TestHelp(unittest.TestCase):