mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 16:13:23 +02:00
lint
This commit is contained in:
@@ -130,7 +130,7 @@ class VirtualHost(object): # pylint: disable=too-few-public-methods
|
|||||||
self.names, self.ssl, self.enabled))
|
self.names, self.ssl, self.enabled))
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "VirtualHost(" + self.__str__().replace("\n",", ") + ")\n"
|
return "VirtualHost(" + self.__str__().replace("\n", ", ") + ")\n"
|
||||||
|
|
||||||
def __eq__(self, other):
|
def __eq__(self, other):
|
||||||
if isinstance(other, self.__class__):
|
if isinstance(other, self.__class__):
|
||||||
|
|||||||
Reference in New Issue
Block a user