mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
correct version type annotation
This commit is contained in:
parent
b27946c3c6
commit
c3afab15ed
@ -594,7 +594,7 @@ class HTTPServer(object):
|
||||
"""Return version information."""
|
||||
return self._send_encoded(request, self._get_version())
|
||||
|
||||
def _get_version(self) -> dict[str, Any]:
|
||||
def _get_version(self) -> dict[bytes, Any]:
|
||||
"""
|
||||
Get the HTTP version of the storage server's version response.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user