Fix legacy api invocation of make_notifier

This commit is contained in:
Anthony Sottile 2019-01-30 11:00:36 -08:00
parent 941b120819
commit 137b45ac2f
3 changed files with 13 additions and 2 deletions

View file

@ -46,7 +46,6 @@ def get_style_guide(**kwargs):
except AttributeError:
LOG.error('Could not update option "%s"', key)
application.make_formatter()
application.make_notifier()
application.make_guide()
application.make_file_checker_manager()
return StyleGuide(application)