mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
remove now-unnecessary include and pylint disable
This commit is contained in:
parent
5fc288d29c
commit
b1822aff6c
2 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
include LICENSE.txt
|
||||
include README.rst
|
||||
recursive-include tests *
|
||||
include certbot_apache/_internal/options-ssl-apache.conf
|
||||
recursive-include certbot_apache/_internal/augeas_lens *.aug
|
||||
recursive-include certbot_apache/_internal/tls_configs *.conf
|
||||
global-exclude __pycache__
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
"""Apache Configurator."""
|
||||
# pylint: disable=too-many-lines
|
||||
from collections import defaultdict
|
||||
# https://github.com/PyCQA/pylint/issues/73
|
||||
from distutils.version import LooseVersion # pylint: disable=no-name-in-module, import-error
|
||||
from distutils.version import LooseVersion
|
||||
import copy
|
||||
import fnmatch
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Reference in a new issue