Skip to content
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

replaces black/flake8 formatting/linting with ruff and ensures numpy 2.0 compatibility #446

Merged
merged 8 commits into from
Dec 8, 2024
Prev Previous commit
Next Next commit
remove single unused import manually
  • Loading branch information
remrama committed Oct 9, 2024
commit 047a4325a55d7bdec4263f0e83ed5f9de3cfda14
1 change: 0 additions & 1 deletion src/pingouin/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pandas as pd
import os.path as op
from pingouin.utils import print_table

ddir = op.dirname(op.realpath(__file__))
dts = pd.read_csv(op.join(ddir, "datasets.csv"), sep=",")
Expand Down