Re-order project imports based on flake8-import-order

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

View file

@ -1,10 +1,12 @@
"""Packaging logic for Flake8."""
# -*- coding: utf-8 -*-
from __future__ import with_statement
import setuptools
import sys
import flake8
import setuptools
import flake8 # noqa
try:
# Work around a traceback with Nose on Python 2.6