summaryrefslogtreecommitdiff
path: root/src/flake8/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/flake8/api')
-rw-r--r--src/flake8/api/legacy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flake8/api/legacy.py b/src/flake8/api/legacy.py
index 2a3f10b..fd06a72 100644
--- a/src/flake8/api/legacy.py
+++ b/src/flake8/api/legacy.py
@@ -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)