chore: remove unused pvlink

This commit is contained in:
Benjamin Labrecque
2026-07-14 09:02:04 +02:00
parent 8ed6822075
commit fa984b4f30
2 changed files with 0 additions and 3 deletions
@@ -24,7 +24,6 @@ import typer
import yaml
from agebd.enums import LogLevel
from agebd.pv import PVLink as PV
from agebd.runner import CallbackRunner
from agebd.service.base import BaseService
from agebd.service.pvs import BasePVs
@@ -3,7 +3,6 @@ import time
import typer
from agebd.enums import LogLevel
from agebd.pv import LocalPVLink
from agebd.pv import PVLink as PV
from agebd.runner import CallbackRunner
from agebd.service.base import BaseService
from agebd.service.pvs import BasePVs
@@ -14,7 +13,6 @@ __version__ = printgetversion(__file__)
PV = get_pv_class()
class PVs(BasePVs):
# Option 1:
## Service specific PVs from dedicated IOC