Skip to content

Commit

Permalink
chore: run formatters and linters
Browse files Browse the repository at this point in the history
  • Loading branch information
parambharat committed Jun 18, 2024
1 parent 74ab89f commit a8bf316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wandbot/api/routers/database.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import wandb
from fastapi import APIRouter
from starlette import status
from starlette.responses import Response

import wandb
from wandbot.database.client import DatabaseClient
from wandbot.database.schemas import (
ChatThread,
Expand Down
1 change: 1 addition & 0 deletions src/wandbot/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker

from wandbot.database.config import DataBaseConfig
from wandbot.database.models import Base

Expand Down

0 comments on commit a8bf316

Please sign in to comment.