diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-30 11:00:36 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-30 11:00:36 -0800 |
| commit | 137b45ac2f65b72521505da21bd8fd8c30db0743 (patch) | |
| tree | cfee0f8108aa5b49884fdae63627417082fa3ddb /src/flake8/api | |
| parent | 941b1208193ec26b7958aa8bf3ad4221fc813e91 (diff) | |
| download | flake8-137b45ac2f65b72521505da21bd8fd8c30db0743.tar.gz | |
Fix legacy api invocation of make_notifier
Diffstat (limited to 'src/flake8/api')
| -rw-r--r-- | src/flake8/api/legacy.py | 1 |
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) |
