Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix get task resource attribute comment (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Apr 11, 2024
1 parent 848ab01 commit 9ffe30b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/get/matchable_task_resource_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package get

import (
"context"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin"
"github.com/flyteorg/flytectl/cmd/config"
sconfig "github.com/flyteorg/flytectl/cmd/config/subcommand"
Expand Down Expand Up @@ -44,7 +43,7 @@ Example: content of tra.yaml:
::
flytectl get task-resource-attribute --attrFile tra.yaml
flytectl get -p flytesnacks -d development task-resource-attribute --attrFile tra.yaml
.. code-block:: yaml
Expand Down

0 comments on commit 9ffe30b

Please sign in to comment.