pep8: Add compliance with rule E261 zephyr_mirror_backend.py.
This commit is contained in:
parent
68587e8e28
commit
93dfd0df1d
|
@ -903,7 +903,7 @@ def valid_stream_name(name):
|
||||||
|
|
||||||
def parse_zephyr_subs(verbose=False):
|
def parse_zephyr_subs(verbose=False):
|
||||||
# type: (bool) -> Set[Tuple[str, str, str]]
|
# 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")
|
subs_file = os.path.join(os.environ["HOME"], ".zephyr.subs")
|
||||||
if not os.path.exists(subs_file):
|
if not os.path.exists(subs_file):
|
||||||
if verbose:
|
if verbose:
|
||||||
|
|
Loading…
Reference in a new issue