Skip to content

Commit c0d1034

Browse files
authored
.json should not be a property in the requests shim (#1814)
1 parent 961412d commit c0d1034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fsspec/implementations/http_sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def content(self):
110110
self.stream = False
111111
return self.raw
112112

113-
@property
114113
def json(self):
115114
return loads(self.text)
116115

0 commit comments

Comments
 (0)