From 211d9479f93258187a6bfd1ed4205b911d5e4235 Mon Sep 17 00:00:00 2001 From: Michael James Date: Thu, 11 Oct 2018 14:22:18 -0600 Subject: [PATCH] quadruple quotation marks --- awips/dataaccess/DataAccessLayer.py | 2 +- awips/dataaccess/SoundingsSupport.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awips/dataaccess/DataAccessLayer.py b/awips/dataaccess/DataAccessLayer.py index 28bc368..69810e2 100644 --- a/awips/dataaccess/DataAccessLayer.py +++ b/awips/dataaccess/DataAccessLayer.py @@ -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. diff --git a/awips/dataaccess/SoundingsSupport.py b/awips/dataaccess/SoundingsSupport.py index 14b9089..5bddb05 100644 --- a/awips/dataaccess/SoundingsSupport.py +++ b/awips/dataaccess/SoundingsSupport.py @@ -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.