mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +00:00
Fix integration tests
This commit is contained in:
parent
3cd8ef7d34
commit
84456866a5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Test aggregation of config files and command-line options."""
|
||||
import os
|
||||
|
||||
from flake8.main import cli
|
||||
from flake8.main import options
|
||||
from flake8.options import aggregator
|
||||
from flake8.options import manager
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ def optmanager():
|
|||
prog='flake8',
|
||||
version='3.0.0',
|
||||
)
|
||||
cli.register_default_options(option_manager)
|
||||
options.register_default_options(option_manager)
|
||||
return option_manager
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue