Skip to content

Commit

Permalink
Sort setup.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Sep 8, 2017
1 parent 532fec8 commit 1c96bae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# encoding: utf-8
import ast
import os
import re

from setuptools import setup, find_packages
import os, re, ast

from setuptools import find_packages, setup

# parse version from locust/__init__.py
_version_re = re.compile(r'__version__\s+=\s+(.*)')
Expand Down

0 comments on commit 1c96bae

Please sign in to comment.