diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-03 11:01:08 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-03 11:01:08 -0400 |
commit | d80f5277e1c6a6043408244288effb08713c8d70 (patch) | |
tree | 57b605f3922066c706f649d6673883550e5af474 /lib/sqlalchemy/dialects/postgresql/asyncpg.py | |
parent | 886e17d95607e3bee94ead789ca1fa4a30ee3f09 (diff) | |
download | sqlalchemy-d80f5277e1c6a6043408244288effb08713c8d70.tar.gz |
formatting updates
Change-Id: I7352bed0115b8fcdb4708e012d83e81d1ae494ed
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/asyncpg.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/asyncpg.py b/lib/sqlalchemy/dialects/postgresql/asyncpg.py index 548b7ecfb..21f9e3e26 100644 --- a/lib/sqlalchemy/dialects/postgresql/asyncpg.py +++ b/lib/sqlalchemy/dialects/postgresql/asyncpg.py @@ -1034,8 +1034,9 @@ class PGDialect_asyncpg(PGDialect): See https://github.com/MagicStack/asyncpg/issues/623 for reference on why it's set up this way. - Also, see https://github.com/sqlalchemy/sqlalchemy/issues/7284 for - the rationale behind adding self._exclude_type_codecs + See #7284 for the rationale behind adding + self._exclude_type_codecs + """ if "json" not in self._exclude_type_codecs: |