quadruple quotation marks

This commit is contained in:
Michael James 2018-10-11 14:22:18 -06:00
parent b5fd733e29
commit 211d9479f9
2 changed files with 2 additions and 2 deletions

View file

@ -285,7 +285,7 @@ def getIdentifierValues(request, identifierKey):
return router.getIdentifierValues(request, identifierKey)
def newDataRequest(datatype=None, **kwargs):
""""
"""
Creates a new instance of IDataRequest suitable for the runtime environment.
All args are optional and exist solely for convenience.

View file

@ -25,7 +25,7 @@ from dynamicserialize.dstypes.com.raytheon.uf.common.dataplugin.level import Lev
def getSounding(modelName, weatherElements, levels, samplePoint, refTime=None, timeRange=None):
""""
"""
Performs a series of Data Access Framework requests to retrieve a sounding object
based on the specified request parameters.