mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Fix import ordering in test files
This commit is contained in:
parent
8d36355611
commit
de9f56addf
11 changed files with 34 additions and 27 deletions
|
|
@ -1,12 +1,12 @@
|
|||
"""Test aggregation of config files and command-line options."""
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
from flake8.main import cli
|
||||
from flake8.options import aggregator
|
||||
from flake8.options import manager
|
||||
|
||||
import pytest
|
||||
|
||||
CLI_SPECIFIED_CONFIG = 'tests/fixtures/config_files/cli-specified.ini'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue