From f8c4dba4e9f130c18ce00597c036bc26ae7abf90 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sun, 31 Jul 2022 11:56:07 +0200 Subject: Update to flake8 5. Change-Id: I5a241a70efba68bcea9819ddce6aebc25703e68d --- lib/sqlalchemy/testing/requirements.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/sqlalchemy/testing/requirements.py') diff --git a/lib/sqlalchemy/testing/requirements.py b/lib/sqlalchemy/testing/requirements.py index 55b10bdd5..874383394 100644 --- a/lib/sqlalchemy/testing/requirements.py +++ b/lib/sqlalchemy/testing/requirements.py @@ -252,9 +252,8 @@ class SuiteRequirements(Requirements): @property def standalone_binds(self): - """target database/driver supports bound parameters as column expressions - without being in the context of a typed column. - + """target database/driver supports bound parameters as column + expressions without being in the context of a typed column. """ return exclusions.open() -- cgit v1.2.1