Skip to content

Commit 09bb38b

Browse files
committed
wrong
1 parent ff5ae0a commit 09bb38b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tools/azure-sdk-tools/linting_tools/lint_test_bench/test_files/test_client_methods_do_not_use_double_underscore.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@
66
# This code violates client-method-name-no-double-underscore
77

88
class Some1Client():
9-
@staticmethod
109
async def __create_configuration():
1110
pass
1211

13-
@staticmethod
1412
async def __get_thing():
1513
pass
1614

17-
@staticmethod
1815
async def __list_thing():
1916
pass

0 commit comments

Comments
 (0)