Skip to content

Commit

Permalink
Merge pull request #22 from further-reading/fix_warnings
Browse files Browse the repository at this point in the history
Removing warnings filter changes from package
  • Loading branch information
adamjstewart authored Oct 20, 2021
2 parents 146c131 + 063ba5c commit 84fa8bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fiscalyear.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
import calendar
import contextlib
import datetime
import sys
import warnings


if not sys.warnoptions:
warnings.simplefilter("default")

# Number of months in each quarter
MONTHS_PER_QUARTER = 12 // 4

Expand Down

0 comments on commit 84fa8bc

Please # to comment.