summaryrefslogtreecommitdiff
path: root/src/local/domain
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-05 16:45:08 +0200
committerAlon Levy <alon@pobox.com>2015-02-05 16:45:08 +0200
commita881241230fb384a72dbe8f5ef8ef30eda18cf56 (patch)
treee0a4e4e4aa12c36ee45ec8c8b7c450764a498a1f /src/local/domain
parent0c770a62f4bb0cc201bf624947d96c0d012fa916 (diff)
local/domain/cri/test_domain__CRI: remove superfluous semicolon
Diffstat (limited to 'src/local/domain')
-rw-r--r--src/local/domain/cri/test_domain__CRI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/domain/cri/test_domain__CRI.py b/src/local/domain/cri/test_domain__CRI.py
index bacded97..418c8aef 100644
--- a/src/local/domain/cri/test_domain__CRI.py
+++ b/src/local/domain/cri/test_domain__CRI.py
@@ -35,7 +35,7 @@ class Test_Domain_CRI(unittest.TestCase):
'match (n)-[r:Knows]->(m:Skill)',
'return n.name, collect({skill_name: m.name, skill_level: r.proficiency})'
]
- op = DBO_cypher_query(q_arr);
+ op = DBO_cypher_query(q_arr)
cur_f_name = inspect.stack()[0][3]
def q_process_result_set():