Skip to content

Commit

Permalink
Remove unnecessary ABC import
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Oct 11, 2023
1 parent 68f4295 commit bf22554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sparseml/core/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import logging
import os
import time
from abc import ABC

import pytest

Expand Down Expand Up @@ -63,7 +62,7 @@
),
],
)
class TestModifierLogger(ABC):
class TestModifierLogger:
def test_name(self, logger):
assert logger.name is not None

Expand Down

0 comments on commit bf22554

Please sign in to comment.