Skip to content

Commit

Permalink
Post review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jsikorski committed Mar 13, 2024
1 parent b1aefea commit a0fa160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/snowflake/cli/plugins/snowpark/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def format_arg(arg: Argument):
return f"{name}({arguments})"


def _get_import_from_resource(
resource_json: dict, source_name: str = "app.zip"
) -> Set[str] | None:
def _get_import_from_resource(resource_json: dict, source_name: str) -> Set[str] | None:
pattern = re.compile(r"@\w+\.\w+\.([^,]+)")
if "imports" in resource_json.keys():
return {
Expand Down

0 comments on commit a0fa160

Please sign in to comment.