mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Re-order project imports based on flake8-import-order
This commit is contained in:
parent
a4e984dbd2
commit
8d36355611
7 changed files with 14 additions and 11 deletions
6
setup.py
6
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue