mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Stop inheriting from object. It's unneeded on Python 3+. (#8675)
This commit is contained in:
@@ -95,7 +95,7 @@ class Addr(common.Addr):
|
||||
return self.get_addr_obj(port)
|
||||
|
||||
|
||||
class VirtualHost(object):
|
||||
class VirtualHost:
|
||||
"""Represents an Apache Virtualhost.
|
||||
|
||||
:ivar str filep: file path of VH
|
||||
|
||||
Reference in New Issue
Block a user