mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Fix linting issues
This commit is contained in:
parent
9c2e747528
commit
d477715064
2 changed files with 6 additions and 4 deletions
|
|
@ -86,6 +86,7 @@ class BaseFormatter(object):
|
|||
' format.')
|
||||
|
||||
def show_benchmarks(self, benchmarks):
|
||||
"""Format and print the benchmarks."""
|
||||
pass
|
||||
|
||||
def show_source(self, error):
|
||||
|
|
|
|||
|
|
@ -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