Skip to content

Commit

Permalink
removed "+id": "epics:nt/NTPVI:1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Oct 31, 2024
1 parent 6d3b11a commit 412e725
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pandablocks_ioc/_pvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def create_pvi_records(record_prefix: str):
"Q:group",
{
RecordName(pvi_record_name): {
"+id": "epics:nt/NTPVI:1.0",
"display.description": {"+type": "plain", "+channel": "VAL"},
"": {
"+type": "meta",
Expand Down Expand Up @@ -416,7 +415,6 @@ def create_pvi_records(record_prefix: str):
"Q:group",
{
RecordName(top_level_pvi_record_name): {
"+id": "epics:nt/NTPVI:1.0",
"display.description": {"+type": "plain", "+channel": "VAL"},
"": {"+type": "meta", "+channel": "VAL"},
}
Expand Down

0 comments on commit 412e725

Please sign in to comment.