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.""" """Callable provider examples."""
from objects import AbstractCatalog from objects import AbstractCatalog
from objects.providers import Singleton from objects.providers import Singleton

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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