Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamarnesen committed Aug 9, 2024
1 parent b3d0639 commit d60e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nisystemlink/clients/testmonitor/_test_monitor_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Implementation of TestMonitor Client"""

from typing import Any, cast, List, Optional
from typing import List, Optional

from nisystemlink.clients import core
from nisystemlink.clients.core import ApiError
Expand Down

0 comments on commit d60e2af

Please sign in to comment.