Skip to content

Commit

Permalink
Add missing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Jun 8, 2016
1 parent ae58117 commit bcfed51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leather/ticks/score_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
#: The maximum length of a viable tick sequence
MAX_TICK_COUNT = 10

#: The minimum units of the interval needed to use that interval ("4 years")
MIN_UNITS = 4

#: The possible intervals as (to_function, from_function, overlap_tick_formatter, simple_tick_formatter)
INTERVALS = [
(utils.to_year_count, utils.from_year_count, None, '%Y'),
(utils.to_month_count, utils.from_month_count, '%Y-%m', '%m'),
Expand Down

0 comments on commit bcfed51

Please sign in to comment.