Skip to content

Commit cc01cc6

Browse files
author
Victoria Hall
committed
mypy fix
1 parent f31c24a commit cc01cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/functions/decorators/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self,
2020
if isinstance(source, BlobSource):
2121
self.source = source.value
2222
else:
23-
self.source = source
23+
self.source = source # type: ignore
2424
super().__init__(name=name, data_type=data_type)
2525

2626
@staticmethod

0 commit comments

Comments
 (0)