Skip to content

Commit

Permalink
Remove redundant Optional from type_annotation_map
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Apr 15, 2024
1 parent d5458b0 commit 5ebb53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ class TransformAction(TypedDict):

mapper_registry = registry(
type_annotation_map={
Optional[STR_TO_STR_DICT]: JSONType,
Optional[TRANSFORM_ACTIONS]: MutableJSONType,
STR_TO_STR_DICT: JSONType,
TRANSFORM_ACTIONS: MutableJSONType,
},
)

Expand Down

0 comments on commit 5ebb53c

Please sign in to comment.