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

Tidy imports in diffoscope.comparators.fit.

parent 77da1376
No related branches found
No related tags found
No related merge requests found
......@@ -16,15 +16,16 @@
#
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
import logging
import os
import re
import logging
from diffoscope.tools import tool_required, tool_check_installed
from diffoscope.difference import Difference
from .utils import command
from .utils.archive import Archive
from .utils.file import File
from .utils.command import Command
......
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