forked from github/pelican
PyCodeStyle fixes to keep Flake8 happy
Travis appears to be using new versions of underlying code style analyzers, so these changes were necessary in order to keep tests green.
This commit is contained in:
parent
71625af8a4
commit
56a483475b
4 changed files with 9 additions and 9 deletions
2
setup.py
2
setup.py
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
from io import open
|
||||
from os import walk
|
||||
from os.path import join, relpath
|
||||
import sys
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue