Skip to content

Commit 43eb6a5

Browse files
authored
chore: add back type ignore
1 parent efd7032 commit 43eb6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servc/svc/com/http/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _getFile(self, id: str) -> Response:
7777
return returnError("Bad Response", StatusCode.INVALID_INPUTS)
7878

7979
if isinstance(response, dict):
80-
art: ResponseArtifact = response
80+
art: ResponseArtifact = response # type: ignore
8181
if "file" in art["responseBody"]:
8282
data = self._blobStorage.get_file(
8383
art["responseBody"].get("container", self._uploadcontainer),

0 commit comments

Comments
 (0)