correct version type annotation

This commit is contained in:
Jean-Paul Calderone 2023-03-13 09:22:42 -04:00
parent b27946c3c6
commit c3afab15ed

View File

@ -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.