Fix lint issues
This commit is contained in:
		
							parent
							
								
									35d2459ef9
								
							
						
					
					
						commit
						d73c8309ca
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,2 +1,9 @@
 | 
			
		|||
from .migrations.migrator import MigrationError, Migrator
 | 
			
		||||
from .model import EmbeddedJsonModel, Field, HashModel, JsonModel, RedisModel, NotFoundError
 | 
			
		||||
from .model import (
 | 
			
		||||
    EmbeddedJsonModel,
 | 
			
		||||
    Field,
 | 
			
		||||
    HashModel,
 | 
			
		||||
    JsonModel,
 | 
			
		||||
    NotFoundError,
 | 
			
		||||
    RedisModel,
 | 
			
		||||
)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue