diff --git a/awips/dataaccess/DataAccessLayer.py b/awips/dataaccess/DataAccessLayer.py index 18e0fe6..5e7e210 100644 --- a/awips/dataaccess/DataAccessLayer.py +++ b/awips/dataaccess/DataAccessLayer.py @@ -23,8 +23,6 @@ # Oct 18, 2016 5916 bsteffen Add setLazyLoadGridLatLon # Oct 11, 2018 mjames@ucar Added getMetarObs() getSynopticObs() # -# - import sys import warnings diff --git a/dynamicserialize/dstypes/com/raytheon/uf/common/pypies/records/__init__.py b/dynamicserialize/dstypes/com/raytheon/uf/common/pypies/records/__init__.py index 0b01ae5..c21aec0 100644 --- a/dynamicserialize/dstypes/com/raytheon/uf/common/pypies/records/__init__.py +++ b/dynamicserialize/dstypes/com/raytheon/uf/common/pypies/records/__init__.py @@ -1,16 +1,3 @@ -# -# Package definition for com.raytheon.uf.common.datastorage.records -# -# -# SOFTWARE HISTORY -# -# Date Ticket# Engineer Description -# ------------ ---------- ----------- -------------------------- -# 08/31/10 njensen Initial Creation. -# Apr 24, 2015 4425 nabowle Add DoubleDataRecord -# -# -# __all__ = [ 'CompressedDataRecord'