From 5147bf8e3cb321b8728b3af5bb0b2644995b3793 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 3 Jan 2023 12:45:52 -0500 Subject: happy new year 2023 Change-Id: I625af65b3fb1815b1af17dc2ef47dd697fdc3fb1 --- lib/sqlalchemy/dialects/postgresql/asyncpg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py') diff --git a/lib/sqlalchemy/dialects/postgresql/asyncpg.py b/lib/sqlalchemy/dialects/postgresql/asyncpg.py index 3c1eaf918..0e3f4b530 100644 --- a/lib/sqlalchemy/dialects/postgresql/asyncpg.py +++ b/lib/sqlalchemy/dialects/postgresql/asyncpg.py @@ -1,5 +1,5 @@ # postgresql/asyncpg.py -# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors # # This module is part of SQLAlchemy and is released under -- cgit v1.2.1