main: Clean noop line.
I guess this was a remnant when I was trying to implement date filtering before I decided to do it with hooks.
This commit is contained in:
		
							parent
							
								
									18eebbc0ed
								
							
						
					
					
						commit
						0f945c28df
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -46,7 +46,6 @@ class FileImporter:
 | 
			
		|||
            else:
 | 
			
		||||
                out_file = exit_stack.enter_context(output_path.open('a'))
 | 
			
		||||
            for importer, template in importers:
 | 
			
		||||
                default_date = self.config.get_default_date()
 | 
			
		||||
                in_file.seek(0)
 | 
			
		||||
                for entry_data in importer(in_file):
 | 
			
		||||
                    for hook in self.hooks:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue