Fix linting issues

This commit is contained in:
Ian Cordasco 2016-06-04 13:02:09 -05:00
parent 9c2e747528
commit d477715064
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 6 additions and 4 deletions

View file

@ -86,6 +86,7 @@ class BaseFormatter(object):
' format.')
def show_benchmarks(self, benchmarks):
"""Format and print the benchmarks."""
pass
def show_source(self, error):

View file

@ -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):