mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 11:56:52 +00:00
Fix legacy api invocation of make_notifier
This commit is contained in:
parent
941b120819
commit
137b45ac2f
3 changed files with 13 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue