Skip to content

Commit cb72457

Browse files
committed
lint
1 parent 9c9b0b7 commit cb72457

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure/functions/_blob.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ class InputStream(azf_abc.InputStream):
1111
1212
:param str name:
1313
An optional str specifying the name of the blob.
14-
14+
1515
:param str uri:
1616
An optional str specifying the uri of the blob.
17-
17+
1818
:param str length:
1919
An optional int specifying the length of the blob.
2020
"""
@@ -41,7 +41,6 @@ def uri(self) -> Optional[str]:
4141
"""The blob's primary location URI."""
4242
return self._uri
4343

44-
4544
def read(self, size=-1) -> bytes:
4645
"""Return and read up to *size* bytes.
4746

0 commit comments

Comments
 (0)