We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9206b18 commit d3f982eCopy full SHA for d3f982e
hpecp/cli/datatap.py
@@ -45,16 +45,6 @@ def __dir__(self):
45
"wait_for_state",
46
]
47
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
-
58
@base.intercept_exception
59
def create_hdfs_with_kerberos(
60
self,
@@ -132,7 +122,7 @@ def create_hdfs_with_kerberos(
132
122
port=port,
133
123
read_only=read_only,
134
124
)
135
125
+
136
126
def examples(self):
137
127
"""Show examples for working with roles."""
138
128
print(
0 commit comments