Skip to content

Commit

Permalink
pyflakes fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Apr 21, 2020
1 parent 56831a9 commit 6bb833d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_dependency.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import os
import time
import sys
import tempfile
import uuid
from sys import executable

import pytest
Expand All @@ -13,7 +10,6 @@
from doit.dependency import DatabaseException, UptodateCalculator
from doit.dependency import FileChangedChecker, MD5Checker, TimestampChecker
from doit.dependency import DependencyStatus
from doit.dependency import JSONCodec
from .conftest import get_abspath, dep_manager_fixture

# path to test folder
Expand Down

0 comments on commit 6bb833d

Please sign in to comment.