Skip to content

Commit d7fe60a

Browse files
author
Jack Doughty
committed
why does pyright hate me
1 parent 76cedb6 commit d7fe60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genie_python/genie_dae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ def _change_period_settings(self) -> None:
18891889
)
18901890

18911891
def _change_autosave_freq(self) -> None:
1892-
update_settings = typing.cast(
1892+
update_settings: bytes = typing.cast(
18931893
bytes, self._get_pv_value(self._get_dae_pv_name("updatesettings"), to_string=True)
18941894
)
18951895
root = ET.fromstring(update_settings)

0 commit comments

Comments
 (0)