Skip to content

Commit 38aadce

Browse files
committed
lint
1 parent 65e09cf commit 38aadce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _open(
255255
# in this case, we get let the HTTPFileSystem handle the download
256256
if self.http_fs is None:
257257
raise ImportError(
258-
"Please install fsspec[http] to acccess github files >1 MB "
258+
"Please install fsspec[http] to access github files >1 MB "
259259
"or git-lfs tracked files."
260260
)
261261
return self.http_fs.open(

0 commit comments

Comments
 (0)