Skip to content

Commit

Permalink
Fix get task resource attribute comment (flyteorg#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 44c55f6 commit b03e86d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flytectl/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 b03e86d

Please sign in to comment.