black 20.8b1

This commit is contained in:
Inada Naoki
2020-12-04 12:21:41 +09:00
parent d7b988ae16
commit d56b0b7f8c
5 changed files with 43 additions and 35 deletions

View File

@ -161,9 +161,10 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
pass # performed in test_MySQL_capabilities
def help_nextset_setUp(self, cur):
""" Should create a procedure called deleteme
that returns two result sets, first the
number of rows in booze then "name from booze"
"""
Should create a procedure called deleteme
that returns two result sets, first the
number of rows in booze then "name from booze"
"""
sql = """
create procedure deleteme()