examples codestyle fixes

This commit is contained in:
Roman Mogilatov 2015-03-10 00:55:38 +02:00
parent 4055b42e59
commit 6cd2319a15
7 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,5 @@
"""Callable provider examples."""
from objects import AbstractCatalog
from objects.providers import Singleton

View File

@ -1,6 +1,5 @@
"""Concept example of objects catalogs."""
from objects import AbstractCatalog
from objects.providers import Singleton

View File

@ -1,6 +1,5 @@
"""Config provider examples."""
from objects import AbstractCatalog
from objects.providers import Config

View File

@ -1,6 +1,5 @@
"""Provider delegation example."""
from objects import AbstractCatalog
from objects.providers import Singleton

View File

@ -1,6 +1,5 @@
"""External dependency example."""
from objects import AbstractCatalog
from objects.providers import Singleton

View File

@ -1,6 +1,5 @@
"""Override example."""
from objects import AbstractCatalog
from objects import overrides

View File

@ -1,6 +1,5 @@
"""Scoped provider examples."""
from objects import AbstractCatalog
from objects.providers import Singleton