pre-commit: add isort hook and apply (#354)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							18a518efa7
						
					
				
				
					commit
					70310c9e8c
				
			| @@ -3,7 +3,10 @@ | ||||
| # plugin: python-betterproto | ||||
| import warnings | ||||
| from dataclasses import dataclass | ||||
| from typing import Dict, List | ||||
| from typing import ( | ||||
|     Dict, | ||||
|     List, | ||||
| ) | ||||
|  | ||||
| import betterproto | ||||
| from betterproto.grpc.grpclib_server import ServiceBase | ||||
|   | ||||
		Reference in New Issue
	
	Block a user