Browse Source

Remove stale import from dodo.py

Ryan C. Thompson 9 years ago
parent
commit
cd4e9c89d9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dodo.py

+ 0 - 1
dodo.py

@@ -3,7 +3,6 @@
 
 
 from collections import Iterable, Mapping  # in Python 3 use from collections.abc
 from collections import Iterable, Mapping  # in Python 3 use from collections.abc
 from distutils.spawn import find_executable
 from distutils.spawn import find_executable
-from doit import create_after
 from fnmatch import fnmatch
 from fnmatch import fnmatch
 from kwonly import kwonly
 from kwonly import kwonly
 from subprocess import check_output
 from subprocess import check_output