mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +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,8 +1,8 @@
|
|||
"""Unit tests for the Notifier object."""
|
||||
import pytest
|
||||
|
||||
from flake8.plugins import notifier
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
class _Listener(object):
|
||||
def __init__(self, error_code):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue