Skip to content
Snippets Groups Projects
Commit 010fd517 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Drop unused imports

parent e41abe00
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ import logging
import subprocess
from diffoscope.tools import tool_required
from diffoscope.difference import Difference
from .utils.file import File
......
......@@ -19,7 +19,6 @@
import re
import logging
import functools
import subprocess
from diffoscope.config import Config
......
......@@ -17,12 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
import io
import abc
import logging
import shlex
import subprocess
import threading
logger = logging.getLogger(__name__)
......
......@@ -22,7 +22,6 @@ import os
import shutil
import pytest
from diffoscope.config import Config
from diffoscope.comparators.binary import FilesystemFile
from diffoscope.comparators.directory import compare_directories
from diffoscope.comparators.utils.specialize import specialize
......
......@@ -17,7 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
import io
import os
import re
import pytest
......
......@@ -19,7 +19,6 @@
import os
import glob
import pytest
import diffoscope
BASE_DIR = os.path.dirname(os.path.abspath(diffoscope.__file__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment