flake8: enable more mandatory tests
This commit is contained in:
@@ -482,7 +482,7 @@ COIN_CHOOSERS = {
|
||||
|
||||
def get_name(config):
|
||||
kind = config.get('coin_chooser')
|
||||
if not kind in COIN_CHOOSERS:
|
||||
if kind not in COIN_CHOOSERS:
|
||||
kind = 'Privacy'
|
||||
return kind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user