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 7ed8a3b commit 4ae20c8Copy full SHA for 4ae20c8
pyls/_utils.py
@@ -196,4 +196,4 @@ def is_process_alive(pid):
196
197
198
def camel_to_underscore(camelcase):
199
- return re.sub('([A-Z]+)', r'_\1',camelcase).lower()
+ return re.sub('([A-Z]+)', r'_\1', camelcase).lower()
0 commit comments