Skip to content

Commit

Permalink
Remove unused RE
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jul 18, 2024
1 parent 68d8eac commit efd5ec1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stats/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def read_detailed_stats():
detailed_stats = read_detailed_stats()


year_dec_re = re.compile("^(\d\d\d\d)-12")


def make_by_year_df(config, raw_stat_type, min_year):
date = []
curatable = []
Expand Down

0 comments on commit efd5ec1

Please sign in to comment.