forked from Infra/risotto
fix
This commit is contained in:
parent
0c642564d7
commit
51df2a1ba7
|
@ -199,7 +199,7 @@ class Dispatcher(RegisterDispatcher):
|
||||||
return new_context
|
return new_context
|
||||||
|
|
||||||
def check_public_function(self,
|
def check_public_function(self,
|
||||||
version: str
|
version: str,
|
||||||
uri: str,
|
uri: str,
|
||||||
context: Context,
|
context: Context,
|
||||||
kwargs: Dict,
|
kwargs: Dict,
|
||||||
|
@ -210,7 +210,7 @@ class Dispatcher(RegisterDispatcher):
|
||||||
raise NotAllowedError(msg)
|
raise NotAllowedError(msg)
|
||||||
|
|
||||||
def check_pattern(self,
|
def check_pattern(self,
|
||||||
version: str
|
version: str,
|
||||||
uri: str,
|
uri: str,
|
||||||
type: str,
|
type: str,
|
||||||
context: Context,
|
context: Context,
|
||||||
|
|
Loading…
Reference in New Issue