Skip to content

Commit f28e19c

Browse files
Ned Letcherchriddyp
Ned Letcher
authored andcommitted
make pylint happy about supposedly unused variable
1 parent c6dc1ca commit f28e19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dash/dash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
Compress(self.server)
5858

5959
@self.server.errorhandler(exceptions.PreventUpdate)
60-
def handle_error(error):
60+
def _handle_error(error):
6161
"""Handle a halted callback and return an empty 204 response"""
6262
print(error, file=sys.stderr)
6363
return ('', 204)

0 commit comments

Comments
 (0)