8000 Issue 96 by chfw · Pull Request #97 · pyexcel/pyexcel-io · GitHub
[go: up one dir, main page]

Skip to content

Issue 96 #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
💚 update coding style. #96
  • Loading branch information
chfw committed Oct 12, 2020
commit f8bf0ddfec7e7fc6b52c079df5eadb434298eb46
2 changes: 1 addition & 1 deletion pyexcel_io/readers/csvz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
:copyright: (c) 2014-2020 by Onni Software Ltd.
:license: New BSD License, see LICENSE for more details
"""
from io import BytesIO
import zipfile
from io import BytesIO

import chardet
from pyexcel_io import constants
Expand Down
0