Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aivanou committed Sep 28, 2023
1 parent 48f36e6 commit 9ebd1cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/snowcli/cli/snowpark/compute_pool/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class InstanceFamily(str, Enum):
GPU_10 = "GPU_10"


INSTANCE_FAMILY_OPTIONS = [instance.upper() for instance in InstanceFamily]


@app.command()
@with_output
@global_options_with_connection
Expand Down
2 changes: 1 addition & 1 deletion src/snowcli/output/printing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
QueryResult,
)

NO_ITEMS_FOUND: str = "NO ROWS FOUND"
NO_ITEMS_FOUND: str = "No data"


class CustomJSONEncoder(JSONEncoder):
Expand Down

0 comments on commit 9ebd1cc

Please sign in to comment.