Skip to content

Commit

Permalink
add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Aug 30, 2024
1 parent 3352189 commit b88baf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weaver/wps_restapi/swagger_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5050,6 +5050,7 @@ class CWLRequirementsMapSupported(StrictMappingSchema):
description = "Schema that ensures only supported CWL requirements are permitted."

def __init__(self, *_, **__):
# type: (*Any, **Any) -> None
"""
Initialize the mapping to allow only supported CWL requirements.
Expand Down

0 comments on commit b88baf8

Please sign in to comment.