Skip to content

Commit 6af739d

Browse files
authored
Update scripts/microgenerator/name_utils.py
1 parent 49c97ae commit 6af739d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/microgenerator/name_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def method_to_request_class_name(method_name: str) -> str:
7575
>>> method_to_request_class_name('list_jobs')
7676
'ListJobsRequest'
7777
"""
78-
7978
if not method_name:
8079
raise ValueError("method_name cannot be empty")
8180

0 commit comments

Comments
 (0)