[fix] Pre-commit errors in existing modules
This commit is contained in:
parent
1029bdced7
commit
fd5b874b65
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
"""JARVIS Backup Models (NYI)."""
|
||||
from datetime import datetime
|
||||
from typing import Optional
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""Mastodon databaes models."""
|
||||
from datetime import datetime, timezone
|
||||
from datetime import datetime
|
||||
|
||||
from beanie import Document
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue