Skip to content

Commit

Permalink
Remove unused six import in monitor code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilahun committed Sep 11, 2023
1 parent 3a9a249 commit 89b996e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhtf/core/monitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def MyPhase(test):
from openhtf.core import test_state as core_test_state
from openhtf.util import threads
from openhtf.util import units as uom
import six


class _MonitorThread(threads.KillableThread):
Expand Down

0 comments on commit 89b996e

Please sign in to comment.