Removing unused import from provider tests

This commit is contained in:
Roman Mogilatov 2015-03-16 15:57:45 +02:00
parent 01ae47c0d0
commit 654e7f05c8

View File

@ -1,7 +1,6 @@
"""Objects providers unittests."""
import unittest2 as unittest
from collections import namedtuple
from objects.providers import Provider
from objects.providers import Delegate