From f834b146b846e94d463bf1b75fba41ef3e01ea65 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 12 Feb 2021 14:02:13 -0500 Subject: [PATCH] fix flake8 --- pygeoapi/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygeoapi/util.py b/pygeoapi/util.py index e67b4e0..ac9f863 100644 --- a/pygeoapi/util.py +++ b/pygeoapi/util.py @@ -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)