Skip to content

Commit 911c348

Browse files
committed
pycodestyle fix
1 parent c0aa6de commit 911c348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylsp/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
EX_SNIPPET_RE = re.compile(r"\>\>\> .*(?:\r?\n(?!\r?\n).*)*")
1919

20+
2021
def debounce(interval_s, keyed_by=None):
2122
"""Debounce calls to this function until interval_s seconds have passed."""
2223
def wrapper(func):

0 commit comments

Comments
 (0)