Skip to content

Commit

Permalink
add type hint on param
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxzhu committed Mar 8, 2024
1 parent 49caf33 commit 2c9bdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-agent/deployd/common/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def builds_available_locally(self, builds_dir, env_name) -> List:
return builds

@staticmethod
def get_build_name(filename) -> str:
def get_build_name(filename: str) -> str:
"""
Extract build name from the file name
In downloader.py, we have the following name convenion
Expand Down

0 comments on commit 2c9bdf7

Please sign in to comment.