From: Kevin Kirsche Date: Tue, 19 Oct 2021 19:47:00 +0000 (-0400) Subject: fix: use pep8 line length not black 88 column X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7207%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix: use pep8 line length not black 88 column --- diff --git a/test/dialect/mysql/test_compiler.py b/test/dialect/mysql/test_compiler.py index 126d69c9cd..bc190e6065 100644 --- a/test/dialect/mysql/test_compiler.py +++ b/test/dialect/mysql/test_compiler.py @@ -81,10 +81,11 @@ class CompileTest(fixtures.TestBase, AssertsCompiledSQL): ) def test_reserved_words_mysql_vs_mariadb(self): - # note: in the event that MariaDB adds "lead" to the list of reserved words - # at https://mariadb.com/kb/en/reserved-words/ this test will need to be - # updated. Similarly, if MySQL adds page_checksum as a reserved word, this - # will need to be updated. As of Oct. 19, 2021 this test is valid. + # note: in the event that MariaDB adds "lead" to the list of reserved + # words at https://mariadb.com/kb/en/reserved-words/ this test will + # need to be updated. Similarly, if MySQL adds page_checksum as a + # reserved word, this will need to be updated. As of Oct. 19, 2021 + # this test is valid. # # values were taken from diff in Github pull request 7207 table = Table(