revert docs changes, pin databases, fix mypy
This commit is contained in:
@ -16,5 +16,4 @@ class Course(ormar.Model):
|
||||
name: ormar.String(max_length=100)
|
||||
completed: ormar.Boolean(default=False)
|
||||
|
||||
|
||||
c1 = Course()
|
||||
c1 = Course()
|
||||
Reference in New Issue
Block a user