Skip to content

Commit e33c742

Browse files
committed
flake8-import-order
1 parent b03cda5 commit e33c742

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

3-
import sys
43
import os
4+
import sys
55
import pkg_resources
66

77
extensions = [

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
deps =
33
pytest
44
flake8
5+
flake8-import-order
56
commands =
67
py.test []
78
flake8

0 commit comments

Comments
 (0)