From 3bdcb2683288bebdfd6a9470ee5caf165c2e6113 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Wed, 5 Dec 2018 18:46:29 +0900 Subject: [PATCH] Expand TABs --- MySQLdb/constants/FIELD_TYPE.py | 3 +-- tests/dbapi20.py | 2 +- tests/test_MySQLdb_dbapi20.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MySQLdb/constants/FIELD_TYPE.py b/MySQLdb/constants/FIELD_TYPE.py index 8a57b17..2a30764 100644 --- a/MySQLdb/constants/FIELD_TYPE.py +++ b/MySQLdb/constants/FIELD_TYPE.py @@ -2,7 +2,6 @@ These constants represent the various column (field) types that are supported by MySQL. - """ DECIMAL = 0 @@ -34,4 +33,4 @@ STRING = 254 GEOMETRY = 255 CHAR = TINY -INTERVAL = ENUM +INTERVAL = ENUM diff --git a/tests/dbapi20.py b/tests/dbapi20.py index e28d5d1..106ea40 100644 --- a/tests/dbapi20.py +++ b/tests/dbapi20.py @@ -704,7 +704,7 @@ class DatabaseAPI20Test(unittest.TestCase): 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" + number of rows in booze then "name from booze" ''' raise NotImplementedError('Helper not implemented') #sql=""" diff --git a/tests/test_MySQLdb_dbapi20.py b/tests/test_MySQLdb_dbapi20.py index 88eaaef..85fc5d5 100644 --- a/tests/test_MySQLdb_dbapi20.py +++ b/tests/test_MySQLdb_dbapi20.py @@ -149,7 +149,7 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test): 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" + number of rows in booze then "name from booze" ''' sql=""" create procedure deleteme()