Skip to content

Commit a84c045

Browse files
committed
GridInfoRetriever sys import
1 parent 486a1ca commit a84c045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

awips/gempak/GridInfoRetriever.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import sys
23
from datetime import datetime
34
from operator import itemgetter
45
from awips import ThriftClient
@@ -29,7 +30,6 @@ def getInfo(self):
2930
req.setReftime(ct)
3031

3132
req.setFcstsec(self.forecast)
32-
print(req)
3333
resp = self.client.sendRequest(req)
3434

3535
# Take care of bytestring encodings in python3
@@ -136,7 +136,6 @@ def getrow(server, table, model, cycle, forecast):
136136

137137
# This is the standard boilerplate that runs this script as a main
138138
if __name__ == '__main__':
139-
import sys
140139
# Run Test
141140
srv = 'edex-cloud.unidata.ucar.edu'
142141
tbl = 'grid'

0 commit comments

Comments
 (0)