summaryrefslogtreecommitdiff
path: root/examples/copy_from.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-12-01 21:37:49 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2017-12-01 21:42:14 -0800
commite335d6d2234a7bb1d83741f851dba5dbbabd6e3c (patch)
treebe5545f9f2c20bc41b500d4aac462fd40c0ea8d8 /examples/copy_from.py
parenta51160317c680662c52e4a1a6b4d11beae37f205 (diff)
downloadpsycopg2-e335d6d2234a7bb1d83741f851dba5dbbabd6e3c.tar.gz
Trim trailing whitespace from all files throughout project
Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
Diffstat (limited to 'examples/copy_from.py')
-rw-r--r--examples/copy_from.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/copy_from.py b/examples/copy_from.py
index e258a07..57986db 100644
--- a/examples/copy_from.py
+++ b/examples/copy_from.py
@@ -1,4 +1,4 @@
-# copy_from.py -- example about copy_from
+# copy_from.py -- example about copy_from
#
# Copyright (C) 2002 Tom Jenkins <tjenkins@devis.com>
# Copyright (C) 2005 Federico Di Gregorio <fog@initd.org>
@@ -172,6 +172,3 @@ conn.rollback()
curs.execute("DROP TABLE test_copy")
os.unlink('copy_from.txt')
conn.commit()
-
-
-