Fix formatting issues
This commit is contained in:
		
							parent
							
								
									217ed0612d
								
							
						
					
					
						commit
						6e1069d6d1
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -204,5 +204,6 @@ def boolcheck(var): | ||||||
|     else: |     else: | ||||||
|         return False |         return False | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| def itemgetter_with_default(**defaults): | def itemgetter_with_default(**defaults): | ||||||
|     return lambda obj: tuple(obj.get(k, v) for k, v in defaults.items()) |     return lambda obj: tuple(obj.get(k, v) for k, v in defaults.items()) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue