1
0
Fork 0
forked from github/pelican

Align import style with flake8-import-order 0.15

Addresses: https://github.com/PyCQA/flake8-import-order/issues/120

Refs #2246
This commit is contained in:
Justin Mayer 2017-11-07 04:18:03 -08:00
commit 8ebc120f36
7 changed files with 3 additions and 7 deletions

View file

@ -4,7 +4,6 @@ from __future__ import print_function, unicode_literals
import locale
import os
import re
from codecs import open
from pelican.tests.support import (mute, skipIfNoExecutable, temporary_folder,