From 93dfd0df1d071b83ebfec409b1dd2df6db05709e Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Sun, 4 Jun 2017 15:05:22 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 zephyr_mirror_backend.py. --- integrations/zephyr/zephyr_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: