Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Jun 17, 2024
2 parents b3c1b8b + bfbd6b4 commit 939e7e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest coveralls black===24.1.1
pip install pytest coveralls black===24.3.0
pip install .
# - name: ensure black format
Expand Down
1 change: 1 addition & 0 deletions pandas_market_calendars/calendar_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utilities to use with market_calendars
"""

import itertools
import warnings

Expand Down
1 change: 1 addition & 0 deletions pandas_market_calendars/holidays/jpx_equinox.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using pyephem (http://rhodesmill.org/pyephem/quick.html#equinoxes-solstices).
For a double check, see: https://aa.usno.navy.mil/data/docs/EarthSeasons.php
"""

import pandas as pd
from pandas.tseries.holiday import sunday_to_monday

Expand Down

0 comments on commit 939e7e6

Please sign in to comment.