Skip to content

Commit 5020a5d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 41a4f31 commit 5020a5d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

stubs/punq/punq/__init__.pyi

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@ class Container:
7676
def register(self, service: type[_T] | str, *, instance: _T, **kwargs: Any) -> Container: ...
7777
@overload
7878
def register(
79-
self,
80-
service: type[_T] | str,
81-
factory: Callable[..., _T] | _Empty = ...,
82-
*,
83-
scope: Scope = Scope.transient,
84-
**kwargs: Any,
79+
self, service: type[_T] | str, factory: Callable[..., _T] | _Empty = ..., *, scope: Scope = Scope.transient, **kwargs: Any
8580
) -> Container: ...
8681
@overload
8782
def register(

0 commit comments

Comments
 (0)