Skip to content

Commit d3f982e

Browse files
committed
fix checks
Signed-off-by: Chris Snow <[email protected]>
1 parent 9206b18 commit d3f982e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

hpecp/cli/datatap.py

+1-11
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ def __dir__(self):
4545
"wait_for_state",
4646
]
4747

48-
def examples(self):
49-
"""Show examples for working with roles."""
50-
print(
51-
dedent(
52-
"""\
53-
Coming soon ...
54-
""" # noqa: E501
55-
)
56-
)
57-
5848
@base.intercept_exception
5949
def create_hdfs_with_kerberos(
6050
self,
@@ -132,7 +122,7 @@ def create_hdfs_with_kerberos(
132122
port=port,
133123
read_only=read_only,
134124
)
135-
125+
136126
def examples(self):
137127
"""Show examples for working with roles."""
138128
print(

0 commit comments

Comments
 (0)