Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Aug 5, 2024
1 parent c95afc4 commit 21385d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_subunit.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
"""Test Zone subunit"""

from unittest import mock
from unittest.mock import create_autospec
import pytest

from ynca import Avail
from ynca.constants import Subunit
from ynca.subunit import SubunitBase
from ynca.function import IntFunctionMixin
from ynca.errors import YncaInitializationFailedException
from ynca.subunits.system import System


SYS = "SYS"
Expand Down

0 comments on commit 21385d3

Please sign in to comment.