Skip to content

Commit db688d9

Browse files
authored
Update cachecontrol/filewrapper.py with type annotation
1 parent 628a367 commit db688d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachecontrol/filewrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _safe_read(self, amt: int) -> bytes:
118118

119119
return data
120120

121-
def close(self):
121+
def close(self) -> None:
122122
try:
123123
self.__fp.close()
124124
finally:

0 commit comments

Comments
 (0)