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 f3067bb
Show file tree
Hide file tree
Showing 2 changed files with 2 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
3 changes: 1 addition & 2 deletions pantab/_compat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from pandas.util.version import parse

import pandas as pd
from pandas.util.version import 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 f3067bb

Please sign in to comment.