From 17413bbf10c3b993d343c28035713a23c745712c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 11 Apr 2019 14:23:29 -0400 Subject: Black updates Updating for a few black adjustments Change-Id: I9c8abadd1ccd6173e6d68dd62f14cec208cc304a --- test/dialect/postgresql/test_dialect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dialect/postgresql/test_dialect.py') 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): -- cgit v1.2.1