Skip to content

Commit

Permalink
remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nlwach committed Apr 22, 2022
1 parent 9da9558 commit 1aa3362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gcampus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

from django.utils.version import get_version

VERSION = (0, 3, 5, "rc", 2)
VERSION = (0, 3, 5, "rc", 3)
__version__ = get_version(VERSION)
2 changes: 0 additions & 2 deletions gcampus/core/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def get_context(self, name, value, attrs):
measurements_per_week = []
context["week_list_js"] = convert_dates_to_js_milliseconds(week_list)
context["measurements_per_week"] = measurements_per_week
context["max_measurements_per_week"] = max(measurements_per_week)
return context


class RangeInput(NumberInput):
Expand Down

0 comments on commit 1aa3362

Please sign in to comment.