mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
fix typechecker error, chage version in readme and etc
This commit is contained in:
@@ -24,5 +24,5 @@ class Response:
|
||||
self.input_flags: InputFlags = input_flags
|
||||
|
||||
@classmethod
|
||||
def patch_by_container(cls, container: Container):
|
||||
def patch_by_container(cls, container: Container) -> None:
|
||||
cls._dishka_container = container
|
||||
|
||||
Reference in New Issue
Block a user