다음으로 부터 포크됨 3wordchant/capsul-flask
remove wishful thinking type anotation
이 커밋은 다음에 포함됨:
@@ -41,7 +41,7 @@ def operation_with_id(operation_id: int):
|
||||
def operation_without_id():
|
||||
return operation_impl(None)
|
||||
|
||||
def operation_impl(operation_id: int|None):
|
||||
def operation_impl(operation_id: int):
|
||||
if authorized_as_hub(request.headers):
|
||||
request_body_json = request.json
|
||||
request_body = json.loads(request_body_json)
|
||||
|
||||
새 이슈에서 참조
사용자 차단