Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jun 4, 2024
1 parent 3672282 commit d8b3502
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions morpheus/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import logging.handlers
import multiprocessing
import os
import re
import warnings
import weakref
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion tests/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import logging
import logging.handlers
import os
import re
import time
from unittest.mock import patch

Expand Down

0 comments on commit d8b3502

Please sign in to comment.