pep8: Add compliance with rule E261 zephyr_mirror_backend.py.
This commit is contained in:
		
					parent
					
						
							
								68587e8e28
							
						
					
				
			
			
				commit
				
					
						93dfd0df1d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue