Commit 4ced8447 authored by MinchinWeb's avatar MinchinWeb

Remove unused imports

parent 09fb5f0a
...@@ -16,12 +16,11 @@ ...@@ -16,12 +16,11 @@
import os import os
import tempfile import tempfile
from subprocess import CalledProcessError, call, check_call from subprocess import CalledProcessError, check_call
from six import u from six import u
from topydo.lib.Config import config from topydo.lib.Config import config
from topydo.lib.ExpressionCommand import ExpressionCommand
from topydo.lib.MultiCommand import MultiCommand from topydo.lib.MultiCommand import MultiCommand
from topydo.lib.PrettyPrinterFilter import PrettyPrinterNumbers from topydo.lib.PrettyPrinterFilter import PrettyPrinterNumbers
from topydo.lib.Todo import Todo from topydo.lib.Todo import Todo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment