summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-05-12 22:01:45 +0200
committerFederico Caselli <cfederico87@gmail.com>2021-05-12 22:10:19 +0200
commitdebeea97eeae4b4a39a2d50f2a2d96c366421a30 (patch)
treecc8a00786248948520f1c8efff717dd7a85dd4f9 /test/dialect/postgresql
parent71a858817cb8c11451ae577c61329f4239fab46b (diff)
downloadsqlalchemy-debeea97eeae4b4a39a2d50f2a2d96c366421a30.tar.gz
Update black flak8 and zimports
Change-Id: I488c9557eda390e4a88319affd4c8813ee274f80
Diffstat (limited to 'test/dialect/postgresql')
-rw-r--r--test/dialect/postgresql/test_dialect.py2
-rw-r--r--test/dialect/postgresql/test_types.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py
index 138278822..69bb41e2c 100644
--- a/test/dialect/postgresql/test_dialect.py
+++ b/test/dialect/postgresql/test_dialect.py
@@ -62,7 +62,7 @@ if True:
class DialectTest(fixtures.TestBase):
- """python-side dialect tests. """
+ """python-side dialect tests."""
def test_version_parsing(self):
def mock_conn(res):
diff --git a/test/dialect/postgresql/test_types.py b/test/dialect/postgresql/test_types.py
index da550bcb9..c83fe0f8a 100644
--- a/test/dialect/postgresql/test_types.py
+++ b/test/dialect/postgresql/test_types.py
@@ -2443,7 +2443,7 @@ class SpecialTypesCompileTest(fixtures.TestBase, AssertsCompiledSQL):
class SpecialTypesTest(fixtures.TablesTest, ComparesTables):
- """test DDL and reflection of PG-specific types """
+ """test DDL and reflection of PG-specific types"""
__only_on__ = ("postgresql >= 8.3.0",)
__backend__ = True