Fix flake8 (#953)

This commit is contained in:
Benjamin Webb
2022-08-05 13:49:06 -04:00
committed by GitHub
parent b3e766179f
commit 2ad4512008
+1 -1
View File
@@ -89,7 +89,7 @@ class MongoProvider(BaseProvider):
for i in result.distinct('_id'):
fields[i] = {'type': 'string'}
return(fields)
return (fields)
def _get_feature_list(self, filterObj, sortList=[], skip=0, maxitems=1,
skip_geometry=False):