jeff-901 commented on a change in pull request #775:
URL: https://github.com/apache/submarine/pull/775#discussion_r726761299



##########
File path: 
submarine-sdk/pysubmarine/submarine/entities/model_registry/model_stages.py
##########
@@ -26,7 +26,7 @@
 _CANONICAL_MAPPING = {stage.lower(): stage for stage in ALL_STAGES}
 
 
-def get_canonical_stage(stage):
+def get_canonical_stage(stage: str):

Review comment:
       Does this need to return str?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to