Skip to content

Commit

Permalink
removed un-necessary line continuation characters from a list definit…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
ultasun committed Sep 29, 2022
1 parent 5bc78ee commit 079ce69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cindi/cindi_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
EXAMPLE13 = """DELETE IN nonsense id 1"""
EXAMPLE14 = """DELETE IN nonsense nonsense_b skare"""
EXAMPLE15 = """UPDATE IN nonsense nonsense_a \"yeah, right\" FIELDS (nonsense_a, nonsense_b, nonsense_c) VALUES (\"hekkin big\", \"skare\", \"today and now\")"""
EXAMPLE_DML_LIST__UPDATE_AND_DELETE = [ EXAMPLE10, EXAMPLE11, EXAMPLE12, EXAMPLE13, EXAMPLE14, \
EXAMPLE15 ]
EXAMPLE_DML_LIST__UPDATE_AND_DELETE = [
EXAMPLE10, EXAMPLE11, EXAMPLE12, EXAMPLE13, EXAMPLE14, EXAMPLE15 ]

EXAMPLE_LIST = [ EXAMPLE_DML_LIST__CREATE, \
EXAMPLE_LIST = [ EXAMPLE_DML_LIST__CREATE,
EXAMPLE_DQL_LIST, EXAMPLE_DML_LIST__UPDATE_AND_DELETE ]

# end examples delcarations section
Expand Down

0 comments on commit 079ce69

Please sign in to comment.