File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ from typing import (
2020from .providers import Provider , Self , ProviderParent
2121
2222
23- C_Base = TypeVar (' C_Base' , bound = ' Container' )
24- C = TypeVar ('C' , bound = ' DeclarativeContainer' )
25- C_Overriding = TypeVar (' C_Overriding' , bound = ' DeclarativeContainer' )
26- T = TypeVar ('T' )
27- TT = TypeVar ('TT' )
23+ C_Base = TypeVar (" C_Base" , bound = " Container" )
24+ C = TypeVar ("C" , bound = " DeclarativeContainer" )
25+ C_Overriding = TypeVar (" C_Overriding" , bound = " DeclarativeContainer" )
26+ T = TypeVar ("T" )
27+ TT = TypeVar ("TT" )
2828
2929
3030class WiringConfiguration :
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ from . import resources
3535
3636
3737Injection = Any
38- ProviderParent = Union [' Provider' , Any ]
39- T = TypeVar ('T' )
40- TT = TypeVar ('TT' )
41- P = TypeVar ('P' , bound = ' Provider' )
42- BS = TypeVar ('BS' , bound = ' BaseSingleton' )
38+ ProviderParent = Union [" Provider" , Any ]
39+ T = TypeVar ("T" )
40+ TT = TypeVar ("TT" )
41+ P = TypeVar ("P" , bound = " Provider" )
42+ BS = TypeVar ("BS" , bound = " BaseSingleton" )
4343
4444
4545class Provider (Generic [T ]):
@@ -230,7 +230,7 @@ class TypedConfigurationOption(Callable[T]):
230230
231231
232232class Configuration (Object [Any ]):
233- DEFAULT_NAME : str = ' config'
233+ DEFAULT_NAME : str = " config"
234234 def __init__ (
235235 self ,
236236 name : str = DEFAULT_NAME ,
You can’t perform that action at this time.
0 commit comments