Fix import ordering in test files

This commit is contained in:
Ian Cordasco 2016-02-25 14:41:37 -06:00
parent 8d36355611
commit de9f56addf
11 changed files with 34 additions and 27 deletions

View file

@ -1,11 +1,12 @@
"""Tests for the flake8.style_guide.StyleGuide class."""
import optparse
from flake8 import style_guide
from flake8.formatting import base
from flake8.plugins import notifier
from flake8 import style_guide
import mock
import pytest