Skip to content

Commit

Permalink
Add pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jun 3, 2024
1 parent 47eacde commit a055cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from morpheus.utils.logger import configure_logging
from morpheus.utils.logger import deprecated_message_warning
from morpheus.utils.logger import deprecated_stage_warning
from morpheus.utils.logger import reset_logging
from morpheus.utils.logger import set_log_level


Expand All @@ -39,7 +40,7 @@ def _flush_logging_queue(logger: logging.Logger):


@pytest.fixture(autouse=True)
def reset_logging_fixture(reset_logging): # pylint: disable=unused-argument
def reset_logging_fixture(reset_logging): # pylint: disable=unused-argument, redefined-outer-name
yield


Expand Down

0 comments on commit a055cca

Please sign in to comment.