Skip to content

Commit

Permalink
B fixing pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbigkid committed Sep 6, 2023
1 parent ea658d4 commit 8424286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abk_bwp/ftv.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(self, logger: logging.Logger, ftv_data_file: str) -> None:


@property
def ftvs(self) -> dict[str, FTVSetting]:
def ftvs(self) -> dict:
"""ftvs getter
Returns:
dict[str, FTVs]: dictionary of Frame TV settings
Expand Down Expand Up @@ -143,7 +143,7 @@ def _get_api_token_file(tv_name: str) -> str:


@abk_common.function_trace
def _load_ftv_settings(self) -> dict[str, FTVSetting]:
def _load_ftv_settings(self) -> dict:
"""Load Frame TV settings from file"""
ftv_settings = {}
try:
Expand Down

0 comments on commit 8424286

Please sign in to comment.