mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +03:00
Removing unused import from provider tests
This commit is contained in:
parent
01ae47c0d0
commit
654e7f05c8
|
@ -1,7 +1,6 @@
|
||||||
"""Objects providers unittests."""
|
"""Objects providers unittests."""
|
||||||
|
|
||||||
import unittest2 as unittest
|
import unittest2 as unittest
|
||||||
from collections import namedtuple
|
|
||||||
|
|
||||||
from objects.providers import Provider
|
from objects.providers import Provider
|
||||||
from objects.providers import Delegate
|
from objects.providers import Delegate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user