Skip to content

Commit cad8e5f

Browse files
Mike ProsserMike Prosser
authored andcommitted
remove unused import
1 parent 754799e commit cad8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nipanel/_panel_value_accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from abc import ABC
4-
from typing import TypeVar, overload, cast
4+
from typing import TypeVar, overload
55

66
import grpc
77
from ni_measurement_plugin_sdk_service.discovery import DiscoveryClient

0 commit comments

Comments
 (0)