Skip to content

Commit e1e4717

Browse files
committed
fixes and opener
1 parent 45def7a commit e1e4717

File tree

10 files changed

+239
-104
lines changed

10 files changed

+239
-104
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ wheels/
2424
*.egg-info/
2525
.installed.cfg
2626
*.egg
27+
.DS_Store
2728

2829
# PyInstaller
2930
# Usually these files are written by a python script from a template
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from ._version import __version__
22
from ._s3fs import S3FS
3-

0 commit comments

Comments
 (0)