fix flake8
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user