test: Remove unused assignment that caused a mypy error
This commit is contained in:
parent
c840d53cb2
commit
cbb946455f
|
@ -25,7 +25,6 @@ from ietf.utils.timezone import date_today
|
|||
|
||||
epochday = datetime.datetime.utcfromtimestamp(0).date().toordinal()
|
||||
|
||||
column_chart_conf = settings.CHART_TYPE_COLUMN_OPTIONS
|
||||
|
||||
def dt(s):
|
||||
"Convert the date string returned by sqlite's date() to a datetime.date"
|
||||
|
|
Loading…
Reference in a new issue