fix flake8

This commit is contained in:
Tom Kralidis
2021-02-12 14:02:13 -05:00
parent 10f9a6a9fd
commit f834b146b8
+2 -2
View File
@@ -68,8 +68,8 @@ def dategetter(date_property, collection):
:param date_property: property representing the date
:param collection: dictionary to check within
:returns: `str` (ISO8601) representing the date. (allowing for an open interval
using null).
:returns: `str` (ISO8601) representing the date (allowing
for an open interval using null)
"""
value = collection.get(date_property, None)