Skip to content

Commit

Permalink
Remove unused TypeVar from _helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel committed Aug 25, 2023
1 parent 703f137 commit 8a5f1b1
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions examples/nidaqmx_analog_input/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/nidcpower_source_dc_voltage/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/nidigital_spi/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/nidmm_measurement/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/nifgen_standard_function/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/niscope_acquire_waveform/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/niswitch_control_relays/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/nivisa_dmm_measurement/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/output_voltage_measurement/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/sample_measurement/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/sample_streaming_measurement/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
3 changes: 0 additions & 3 deletions examples/ui_progress_updates/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ def get_service_options(**kwargs) -> ServiceOptions:
)


T = TypeVar("T")


class PinMapClient(object):
"""Class that communicates with the pin map service."""

Expand Down

0 comments on commit 8a5f1b1

Please sign in to comment.