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 (
20
20
from .providers import Provider , Self , ProviderParent
21
21
22
22
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" )
28
28
29
29
30
30
class WiringConfiguration :
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ from . import resources
35
35
36
36
37
37
Injection = 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" )
43
43
44
44
45
45
class Provider (Generic [T ]):
@@ -230,7 +230,7 @@ class TypedConfigurationOption(Callable[T]):
230
230
231
231
232
232
class Configuration (Object [Any ]):
233
- DEFAULT_NAME : str = ' config'
233
+ DEFAULT_NAME : str = " config"
234
234
def __init__ (
235
235
self ,
236
236
name : str = DEFAULT_NAME ,
You can’t perform that action at this time.
0 commit comments