mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +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,10 +1,11 @@
|
|||
"""Tests for flake8.plugins.manager.Plugin."""
|
||||
import mock
|
||||
import pytest
|
||||
|
||||
from flake8 import exceptions
|
||||
from flake8.plugins import manager
|
||||
|
||||
import mock
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def test_load_plugin_fallsback_on_old_setuptools():
|
||||
"""Verify we fallback gracefully to on old versions of setuptools."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue