mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
remove unneeded custom copy from Addr
This commit is contained in:
parent
f764b422dd
commit
b748af3171
1 changed files with 0 additions and 3 deletions
|
|
@ -125,9 +125,6 @@ class Addr(common.Addr):
|
|||
self.default == other.default)
|
||||
return False
|
||||
|
||||
def copy(self):
|
||||
return Addr.fromstring(str(self))
|
||||
|
||||
|
||||
class VirtualHost(object): # pylint: disable=too-few-public-methods
|
||||
"""Represents an Nginx Virtualhost.
|
||||
|
|
|
|||
Loading…
Reference in a new issue