This commit is contained in:
ziirish 2019-10-21 10:11:23 +02:00
parent 5049f6319d
commit 23185f333b
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -9,7 +9,7 @@
"""
import logging
from abc import ABCMeta, abstractmethod, abstractproperty
from abc import ABCMeta, abstractmethod
class BUIauditLogger(object, metaclass=ABCMeta):