]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clean python UUID imports
authorVlastimil Zíma <vlastimil.zima@nic.cz>
Thu, 30 Jul 2020 07:56:39 +0000 (03:56 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Thu, 30 Jul 2020 07:56:39 +0000 (03:56 -0400)
commit47b51e5a4335ced29de5d751451c4fb67ad1cce5
treed665be2b9dd38964a6ec92c55d4d77b691e0b9a8
parent3d5a64ac09b55514da6fd30f0f085348c2d10496
Clean python UUID imports

Fixes: #5482
All supported python versions provide 'uuid' module.

Closes: #5483
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5483
Pull-request-sha: fc32498a8b639ff21d5898100592782826d2c6dd

Change-Id: I8b41b811da7576f724353425dad5d6f581641b4b
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/dialect/postgresql/test_types.py