From: Nathan Louie Date: Tue, 13 Dec 2022 07:18:12 +0000 (-0800) Subject: test_help_text fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbe8f10e2da3a059d9637c7c5d2633fe189e625d;p=thirdparty%2Fsqlalchemy%2Falembic.git test_help_text fix --- diff --git a/alembic/command.py b/alembic/command.py index c132e46c..935d847c 100644 --- a/alembic/command.py +++ b/alembic/command.py @@ -246,8 +246,7 @@ def revision( def check( config: "Config", ) -> None: - """Checks if the revision command with autogenerate has pending upgrade - ops to run. + """Check if revision command with autogenerate has pending upgrade ops. :param config: a :class:`.Config` object.