Skip to content

Commit a8ea0f7

Browse files
committed
docs fix, removed unused imports
1 parent 7f7d2b0 commit a8ea0f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,4 +1284,4 @@ This project was inspired by a few projects, it's based on them with things chan
12841284

12851285
## 11. Contact
12861286
Igor Magalhaes – [@igormagalhaesr](https://twitter.com/igormagalhaesr)[email protected]
1287-
[github.com/igormagalhaesr](https://github.com/igormagalhaesr/)
1287+
[github.com/igorbenav](https://github.com/igorbenav/)

src/app/models/user.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
import uuid as uuid_pkg
33
from datetime import datetime
44

5-
from sqlalchemy import String, DateTime, ForeignKey
5+
from sqlalchemy import String, DateTime
66
from sqlalchemy.orm import Mapped, mapped_column
77

88
from app.core.database import Base
9-
from app.models.tier import Tier
109

1110
class User(Base):
1211
__tablename__ = "user"

0 commit comments

Comments
 (0)