mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Fix linting issues
This commit is contained in:
parent
9c2e747528
commit
d477715064
2 changed files with 6 additions and 4 deletions
|
|
@ -1,11 +1,12 @@
|
|||
"""Tests for the BaseFormatter object."""
|
||||
import optparse
|
||||
|
||||
import mock
|
||||
import pytest
|
||||
|
||||
from flake8.formatting import base
|
||||
from flake8 import style_guide
|
||||
from flake8.formatting import base
|
||||
|
||||
import mock
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def options(**kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue