Skip to content

Commit aca7828

Browse files
authored
Merge pull request #707 from powerapi-ng/refactor/prometheus-collector-imports
refactor(database/prometheus): Remove unused `ABC` import
2 parents a4fc23c + 5281922 commit aca7828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/powerapi/database/prometheus/collectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

30-
from abc import ABC, abstractmethod
30+
from abc import abstractmethod
3131
from collections.abc import Iterable
3232
from threading import Lock
3333
from time import time

0 commit comments

Comments
 (0)