flake8: enable more mandatory tests
This commit is contained in:
@@ -134,7 +134,7 @@ class Contacts(dict, Logger):
|
||||
return regex.search(haystack).groups()[0]
|
||||
except AttributeError:
|
||||
return None
|
||||
|
||||
|
||||
def _validate(self, data):
|
||||
for k, v in list(data.items()):
|
||||
if k == 'contacts':
|
||||
|
||||
Reference in New Issue
Block a user