Skip to content

Commit 8fb3065

Browse files
committed
chore: add todo for _attribute_to_access
1 parent b0056c7 commit 8fb3065

File tree

1 file changed

+1
-0
lines changed
  • src/fastcs/transport/epics/pva

1 file changed

+1
-0
lines changed

src/fastcs/transport/epics/pva/pvi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
AccessModeType = Literal["r", "w", "rw", "d", "x"]
1616

1717

18+
# TODO: This should be removed after https://github.com/DiamondLightSource/FastCS/issues/260
1819
def _attribute_to_access(attribute: Attribute) -> AccessModeType:
1920
match attribute:
2021
case AttrRW():

0 commit comments

Comments
 (0)