summaryrefslogtreecommitdiff
path: root/sandbox/textfloat.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/textfloat.py')
-rw-r--r--sandbox/textfloat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/textfloat.py b/sandbox/textfloat.py
index 22d65b8..5383bb3 100644
--- a/sandbox/textfloat.py
+++ b/sandbox/textfloat.py
@@ -6,4 +6,3 @@ c = o.cursor()
c.execute("SELECT 1.23::float AS foo")
x = c.fetchone()[0]
print x, type(x)
-