summaryrefslogtreecommitdiff
path: root/sandbox/array.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/array.py')
-rw-r--r--sandbox/array.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/array.py b/sandbox/array.py
index 2327a27..d797156 100644
--- a/sandbox/array.py
+++ b/sandbox/array.py
@@ -28,4 +28,3 @@ curs = conn.cursor()
curs.execute("SELECT %s", ([1,2,None],))
print curs.fetchone()
-