Small formatting upgrades

This commit is contained in:
Matthias
2021-11-11 12:06:18 +01:00
parent f8d30abd79
commit ce2aa1dc69
6 changed files with 7 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ logger = logging.getLogger(__name__)
CUSTOM_SELL_MAX_LENGTH = 64
class SellCheckTuple(object):
class SellCheckTuple:
"""
NamedTuple for Sell type + reason
"""