diff --git a/tldp/inventory.py b/tldp/inventory.py index 7417fe6..1d15b98 100644 --- a/tldp/inventory.py +++ b/tldp/inventory.py @@ -8,8 +8,6 @@ import copy import logging from collections import OrderedDict -from tldp.utils import max_mtime, mtime_gt - from tldp.sources import SourceCollection from tldp.outputs import OutputCollection