-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix: renable to_csv and to_json related tests #468
Conversation
405ca71
to
0a39020
Compare
e3fd6bf
to
7b00656
Compare
7b00656
to
48c8038
Compare
@@ -19,7 +19,11 @@ | |||
import pyarrow as pa | |||
import pytest | |||
|
|||
from tests.system.utils import assert_pandas_df_equal, convert_pandas_dtypes | |||
from tests.system.utils import ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go/pystyle#imports Use import statements for packages and modules only, not for individual types, classes, or functions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to fix most files in this PR but leave series.py
as it is, to avoid expanding this PR with many unrelated changes.
No description provided.