mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 06:37:51 +08:00 
			
		
		
		
	Fix typing errors
This commit is contained in:
		@ -93,7 +93,7 @@ class OrmarUserDatabase(BaseUserDatabase[UD]):
 | 
			
		||||
        self, model: OrmarBaseUserModel, oauth_accounts: List[BaseOAuthAccount]
 | 
			
		||||
    ):
 | 
			
		||||
        if self.oauth_account_model:
 | 
			
		||||
            oauth_accounts_db: List[ormar.Model] = [
 | 
			
		||||
            oauth_accounts_db = [
 | 
			
		||||
                self.oauth_account_model(user=model, **oacc.dict())
 | 
			
		||||
                for oacc in oauth_accounts
 | 
			
		||||
            ]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user