mirror of
				https://github.com/fastapi/sqlmodel.git
				synced 2025-10-31 10:06:57 +08:00 
			
		
		
		
	🎨 Format expression.py and expression template, currently needed by CI (#187)
This commit is contained in:
		 Sebastián Ramírez
					Sebastián Ramírez
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							a36c6d5778
						
					
				
				
					commit
					362eb81701
				
			| @ -38,7 +38,6 @@ if sys.version_info.minor >= 7: | ||||
|     class SelectOfScalar(_Select, Generic[_TSelect]): | ||||
|         pass | ||||
|  | ||||
|  | ||||
| else: | ||||
|     from typing import GenericMeta  # type: ignore | ||||
|  | ||||
|  | ||||
| @ -36,7 +36,6 @@ if sys.version_info.minor >= 7: | ||||
|     class SelectOfScalar(_Select, Generic[_TSelect]): | ||||
|         pass | ||||
|  | ||||
|  | ||||
| else: | ||||
|     from typing import GenericMeta  # type: ignore | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user