Drop unused logger

This commit is contained in:
Viranch Mehta
2023-04-02 05:07:34 -07:00
parent 1f346edc04
commit a0646441e9
-3
View File
@@ -3,12 +3,9 @@
#
import ipaddress
from logging import getLogger
class Subnets(object):
log = getLogger('Subnets')
@classmethod
def validate(cls, subnet, prefix):
'''