Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Dec 1, 2023
1 parent ebbdd54 commit 8fb68d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
path: ./wheelhouse/*.whl
5 changes: 3 additions & 2 deletions pantab/_compat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from pandas.util.version import parse

import pandas as pd

parse = pd.util.version.parse


PANDAS_120 = parse(pd.__version__) >= parse("1.2.0")
PANDAS_130 = parse(pd.__version__) >= parse("1.3.0")

Expand Down

0 comments on commit 8fb68d9

Please sign in to comment.