mirror of
https://github.com/certbot/certbot.git
synced 2026-02-28 12:23:14 -05:00
run Isort on imported packages (#6138)
This commit is contained in:
parent
742a57722b
commit
d00a31622d
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -2,8 +2,7 @@ import codecs
|
|||
import os
|
||||
import re
|
||||
|
||||
from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
# Workaround for http://bugs.python.org/issue8876, see
|
||||
# http://bugs.python.org/issue8876#msg208792
|
||||
|
|
|
|||
Loading…
Reference in a new issue