mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	fix code style issue
This commit is contained in:
		
							parent
							
								
									619878b2f6
								
							
						
					
					
						commit
						2894d105cb
					
				| @ -115,7 +115,8 @@ class CorrespondentAdmin(CommonAdmin): | ||||
| 
 | ||||
| class TagAdmin(CommonAdmin): | ||||
| 
 | ||||
|     list_display = ("name", "colour", "match", "matching_algorithm", "document_count") | ||||
|     list_display = ("name", "colour", "match", "matching_algorithm", | ||||
|                     "document_count") | ||||
|     list_filter = ("colour", "matching_algorithm") | ||||
|     list_editable = ("colour", "match", "matching_algorithm") | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user