diff options
author | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-11-19 22:28:52 -0500 |
---|---|---|
committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-11-19 22:28:52 -0500 |
commit | e0dc5ed803de7a57de033c16f2fa0044b59ce374 (patch) | |
tree | 7435132c0a11c71f2479a9674c443e4acb5c25e5 /lib/sqlalchemy/dialects/postgresql/hstore.py | |
parent | fb18595f426a9026c946840e2fb2f0e0dbd29bef (diff) | |
download | sqlalchemy-e0dc5ed803de7a57de033c16f2fa0044b59ce374.tar.gz |
just a pep8 pass of lib/sqlalchemy/dialects/postgresql
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/hstore.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/hstore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/hstore.py b/lib/sqlalchemy/dialects/postgresql/hstore.py index c20b23038..8ac65b912 100644 --- a/lib/sqlalchemy/dialects/postgresql/hstore.py +++ b/lib/sqlalchemy/dialects/postgresql/hstore.py @@ -32,7 +32,6 @@ HSTORE_DELIMITER_RE = re.compile(r""" """, re.VERBOSE) - def _parse_error(hstore_str, pos): """format an unmarshalling error.""" |