Skip to content

Removed unused models #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Things to be included in the next release go here.
### Removed

- Python 3.8 support has been removed from the package. The minimum supported version is now Python 3.9.
- Removed unused instrument series models (MSO64, MSO54, MSO24, etc.) from InstrumentSeries enum.

### Added

Expand Down
7 changes: 0 additions & 7 deletions src/tm_data_types/helpers/instrument_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ class InstrumentSeries(Enum):
slot_ids=5,
gen_purpose_default=0,
)
MSO64 = TEKSCOPE
MSO64B = TEKSCOPE # noqa: PIE796
MSO54 = TEKSCOPE # noqa: PIE796
MSO54B = TEKSCOPE # noqa: PIE796
MSO44 = TEKSCOPE # noqa: PIE796
MSO44B = TEKSCOPE # noqa: PIE796
MSO24 = TEKSCOPE # noqa: PIE796