Merge pull request #6932 from adferrand/pylint-squash

Update Pylint to 1.9.4 (squashed PR)
This commit is contained in:
Brad Warren
2019-04-09 10:47:19 -07:00
committed by GitHub
104 changed files with 411 additions and 483 deletions
@@ -73,4 +73,4 @@ class _LinodeLexiconClient(dns_common_lexicon.LexiconClient):
if not str(e).startswith('Domain not found'):
return errors.PluginError('Unexpected error determining zone identifier for {0}: {1}'
.format(domain_name, e))
return None