Skip to content

Commit 6c6c90c

Browse files
committed
fix: missing return, thank you mypy
1 parent 28b6cd0 commit 6c6c90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnleashClient/api/async_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ async def get_feature_toggles_async(
193193
"Unleash Client feature fetch failed due to exception: %s", exc
194194
)
195195
return None, ""
196+
return None, ""
196197
except Exception as exc:
197198
LOGGER.exception(
198199
"Unleash Client feature fetch failed due to exception: %s", exc

0 commit comments

Comments
 (0)