mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix whitespace
This commit is contained in:
		
							parent
							
								
									60db497525
								
							
						
					
					
						commit
						607ba458e7
					
				| 
						 | 
					@ -169,7 +169,6 @@ def is_package(origin):
 | 
				
			||||||
    return False
 | 
					    return False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
def get_model_package_path(package_name):
 | 
					def get_model_package_path(package_name):
 | 
				
			||||||
    # Here we're importing the module just to find it. This is worryingly
 | 
					    # Here we're importing the module just to find it. This is worryingly
 | 
				
			||||||
    # indirect, but it's otherwise very difficult to find the package.
 | 
					    # indirect, but it's otherwise very difficult to find the package.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user