Skip to content

Commit ea10dc6

Browse files
committed
add type hints
1 parent dd85f95 commit ea10dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_builders/workflows/custom_make/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(self, source_dir, artifacts_dir, scratch_dir, manifest_path, runtim
6868

6969
self.actions.append(make_action)
7070

71-
def _get_working_directory(self, options, source_dir, scratch_dir, build_in_source):
71+
def _get_working_directory(self, options: dict, source_dir: str, scratch_dir: str, build_in_source: bool):
7272
"""
7373
Gets the directory where the make action should be executed
7474
"""

0 commit comments

Comments
 (0)