From: Denis Laxalde Date: Fri, 13 Oct 2023 07:36:28 +0000 (+0200) Subject: fix(tools): remove mention of dropped shell script in async_to_sync.py X-Git-Tag: pool-3.2.0~12^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7713634884c201a3e70e78fb931c63b5d37141d2;p=thirdparty%2Fpsycopg.git fix(tools): remove mention of dropped shell script in async_to_sync.py --- diff --git a/tools/async_to_sync.py b/tools/async_to_sync.py index 0e450b278..894477570 100755 --- a/tools/async_to_sync.py +++ b/tools/async_to_sync.py @@ -1,8 +1,7 @@ #!/usr/bin/env python """Convert async code in the project to sync code. -Note: the version of Python used to run this script affects the output. Please -use the `async-to-sync.sh` wrapper to use a version consistent with CI checks. +Note: the version of Python used to run this script affects the output. """ from __future__ import annotations