chore: remove sample comments
TS Lint / ESLint (push) Successful in 7m49s
Python Lint CI / ruff (push) Successful in 8m2s
Python Lint CI / ty (push) Successful in 8m1s
Python Lint CI / ruff-format-check (push) Successful in 8m1s
TS Lint / Oxlint (push) Successful in 4m11s
TS Lint / TypeScript (push) Successful in 4m6s
TS Lint / ESLint (push) Successful in 7m49s
Python Lint CI / ruff (push) Successful in 8m2s
Python Lint CI / ty (push) Successful in 8m1s
Python Lint CI / ruff-format-check (push) Successful in 8m1s
TS Lint / Oxlint (push) Successful in 4m11s
TS Lint / TypeScript (push) Successful in 4m6s
This commit is contained in:
@@ -1,2 +1 @@
|
||||
from .comment import Comment # noqa: F401
|
||||
from .task import Task # noqa: F401
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
import tortoise
|
||||
|
||||
from app.models.base import AbstractModel
|
||||
|
||||
|
||||
class Comment(AbstractModel):
|
||||
content = tortoise.fields.TextField(null=False)
|
||||
Reference in New Issue
Block a user