[fix] Pre-commit errors in existing modules

This commit is contained in:
Zeva Rose 2024-03-25 09:22:08 -06:00
parent 1029bdced7
commit fd5b874b65
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
"""JARVIS Backup Models (NYI)."""
from datetime import datetime
from typing import Optional

View file

@ -1,5 +1,5 @@
"""Mastodon databaes models."""
from datetime import datetime, timezone
from datetime import datetime
from beanie import Document