Skip to content

Commit

Permalink
updated method signature of callback
Browse files Browse the repository at this point in the history
Signed-off-by: Minura Punchihewa <[email protected]>
  • Loading branch information
MinuraPunchihewa committed Oct 7, 2023
1 parent f0e3d24 commit 3f34ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/sdk_in_container/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
the root of your project, it finds the first folder that does not have a ``__init__.py`` file.
"""

def _convert_envs(envs: str):
def _convert_envs(_: typing.Any, param: str, envs: str):
if not envs:
return None
return json.loads(envs)
Expand Down

0 comments on commit 3f34ffd

Please sign in to comment.