]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix: use pep8 line length not black 88 column 7207/head
authorKevin Kirsche <kevin.kirsche@one.verizon.com>
Tue, 19 Oct 2021 19:47:00 +0000 (15:47 -0400)
committerKevin Kirsche <kevin.kirsche@one.verizon.com>
Tue, 19 Oct 2021 19:47:05 +0000 (15:47 -0400)
test/dialect/mysql/test_compiler.py

index 126d69c9cd74d274187bcf19e6dc6e9cf7ada241..bc190e6065d183a2ac066cc4e3e90dc5afe25f49 100644 (file)
@@ -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(