Skip to content

Commit

Permalink
Add code suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Brekkevold <[email protected]>
  • Loading branch information
johannaengland and lunkwill42 authored Aug 21, 2024
1 parent 3961684 commit 8b06822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zino/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_scheduler() -> AsyncIOScheduler:
def load_polldevs(polldevs_conf: str) -> Tuple[Set, Set, Set, dict[str, str]]:
"""Loads pollfile into process state.
:returns: A tuple of (new_devices, deleted_devices, changed_devices and a dictionary of default settings)
:returns: A tuple of (new_devices, deleted_devices, changed_devices, default_settings)
"""
try:
devices, defaults = read_polldevs(polldevs_conf)
Expand Down

0 comments on commit 8b06822

Please sign in to comment.