diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-05 16:45:08 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-05 16:45:08 +0200 |
| commit | a881241230fb384a72dbe8f5ef8ef30eda18cf56 (patch) | |
| tree | e0a4e4e4aa12c36ee45ec8c8b7c450764a498a1f /src/local/domain | |
| parent | 0c770a62f4bb0cc201bf624947d96c0d012fa916 (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.py | 2 |
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(): |
