Skip to content

Commit 77ec7a6

Browse files
committed
CI pylint fix
1 parent 7be1e70 commit 77ec7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_httpserver/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _receive_request(
295295

296296
return request
297297

298-
def _find_handler(
298+
def _find_handler( # pylint: disable=cell-var-from-loop
299299
self, method: str, path: str
300300
) -> Union[Callable[..., "Response"], None]:
301301
"""

0 commit comments

Comments
 (0)