Skip to content

Commit

Permalink
flak8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
saubhik committed Mar 30, 2020
1 parent bbf5cdb commit d54b42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_xtks_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ def test_2020(self):
pd.Timestamp("2020-05-03", tz=UTC), # Constitution Memorial Day
pd.Timestamp("2020-05-04", tz=UTC), # Greenery Day
pd.Timestamp("2020-05-05", tz=UTC), # Children's Day
pd.Timestamp("2020-05-06", tz=UTC), # Constitution Memorial Day observed
pd.Timestamp("2020-05-06", tz=UTC), # Constitution Memorial Day
# observed
pd.Timestamp("2020-07-23", tz=UTC), # Marine Day
pd.Timestamp("2020-07-24", tz=UTC), # Sports Day
pd.Timestamp("2020-08-10", tz=UTC), # Mountain Day
Expand Down

0 comments on commit d54b42f

Please sign in to comment.