Skip to content

Commit

Permalink
Remove added unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 27, 2024
1 parent f56f632 commit 4227ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_data_models/models/user/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# from neon_data_models.models.api import HanaToken
from neon_data_models.models.base import BaseModel
from pydantic import Field, ConfigDict
from pydantic import Field
from datetime import date

from neon_data_models.enum import AccessRoles
Expand Down

0 comments on commit 4227ac0

Please sign in to comment.