summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_dialect.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-04-11 14:23:29 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-04-11 14:23:29 -0400
commit17413bbf10c3b993d343c28035713a23c745712c (patch)
tree61c126a4101874d671288396c2dbf9432e3e86fc /test/dialect/postgresql/test_dialect.py
parent53c65ed93ade1fc99c75e1f0bf055cd129596c06 (diff)
downloadsqlalchemy-17413bbf10c3b993d343c28035713a23c745712c.tar.gz
Black updates
Updating for a few black adjustments Change-Id: I9c8abadd1ccd6173e6d68dd62f14cec208cc304a
Diffstat (limited to 'test/dialect/postgresql/test_dialect.py')
-rw-r--r--test/dialect/postgresql/test_dialect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py
index 1a735c41d..c68af2abb 100644
--- a/test/dialect/postgresql/test_dialect.py
+++ b/test/dialect/postgresql/test_dialect.py
@@ -119,7 +119,7 @@ class DialectTest(fixtures.TestBase):
dialect = psycopg2_dialect.dialect()
u = url.make_url("postgresql://")
cargs, cparams = dialect.create_connect_args(u)
- eq_(cargs, [''])
+ eq_(cargs, [""])
eq_(cparams, {})
def test_psycopg2_nonempty_connection_string(self):