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