From 622235d787faa179d57dc241602f28cc48386f0a Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Mon, 29 Aug 2016 16:52:40 -0400 Subject: [PATCH] :P adding commas --- src/py/crankshaft/test/test_pysal_utils.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/py/crankshaft/test/test_pysal_utils.py b/src/py/crankshaft/test/test_pysal_utils.py index 393adf6..82c38f1 100644 --- a/src/py/crankshaft/test/test_pysal_utils.py +++ b/src/py/crankshaft/test/test_pysal_utils.py @@ -10,11 +10,11 @@ class PysalUtilsTest(unittest.TestCase): def setUp(self): self.params = OrderedDict([("id_col", "cartodb_id"), - ("attr1": "andy"), - ("attr2": "jay_z"), - ("subquery": "SELECT * FROM a_list"), - ("geom_col": "the_geom"), - ("num_ngbrs": 321)]) + ("attr1", "andy"), + ("attr2", "jay_z"), + ("subquery", "SELECT * FROM a_list"), + ("geom_col", "the_geom"), + ("num_ngbrs", 321)]) self.params_array = {"id_col": "cartodb_id", "time_cols": ["_2013_dec", "_2014_jan", "_2014_feb"],