[metadatafromtitle] Remove unused exception class
This commit is contained in:
		
							parent
							
								
									5e42f8a0ad
								
							
						
					
					
						commit
						25dd58ca6a
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -3,11 +3,6 @@ from __future__ import unicode_literals
 | 
				
			||||||
import re
 | 
					import re
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .common import PostProcessor
 | 
					from .common import PostProcessor
 | 
				
			||||||
from ..utils import PostProcessingError
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
class MetadataFromTitlePPError(PostProcessingError):
 | 
					 | 
				
			||||||
    pass
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class MetadataFromTitlePP(PostProcessor):
 | 
					class MetadataFromTitlePP(PostProcessor):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue