mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
run Isort on imported packages (#6138)
This commit is contained in:
committed by
Brad Warren
parent
742a57722b
commit
d00a31622d
@@ -2,8 +2,7 @@ import codecs
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import find_packages, setup
|
||||||
from setuptools import find_packages
|
|
||||||
|
|
||||||
# Workaround for http://bugs.python.org/issue8876, see
|
# Workaround for http://bugs.python.org/issue8876, see
|
||||||
# http://bugs.python.org/issue8876#msg208792
|
# http://bugs.python.org/issue8876#msg208792
|
||||||
|
|||||||
Reference in New Issue
Block a user