linter fixes

This commit is contained in:
ed
2024-08-05 18:48:16 +00:00
parent 250c8c56f0
commit 3d245431fc
13 changed files with 23 additions and 36 deletions

View File

@@ -85,7 +85,7 @@ if True: # pylint: disable=using-constant-test
from typing import Any, Optional
if PY2:
range = xrange
range = xrange # type: ignore
class HttpSrv(object):