diff --git a/integrations/zephyr/zephyr_mirror_backend.py b/integrations/zephyr/zephyr_mirror_backend.py index 8ffe9ae..785ca93 100755 --- a/integrations/zephyr/zephyr_mirror_backend.py +++ b/integrations/zephyr/zephyr_mirror_backend.py @@ -903,7 +903,7 @@ def valid_stream_name(name): def parse_zephyr_subs(verbose=False): # type: (bool) -> Set[Tuple[str, str, str]] - zephyr_subscriptions = set() # type: Set[Tuple[str, str, str]] + zephyr_subscriptions = set() # type: Set[Tuple[str, str, str]] subs_file = os.path.join(os.environ["HOME"], ".zephyr.subs") if not os.path.exists(subs_file): if verbose: