Skip to content

Commit

Permalink
fix pytest warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattholy committed Jan 30, 2024
1 parent 2b6ce15 commit 532c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/backend/app/model/wand_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pydantic import BaseModel
from sqlalchemy import create_engine, Column, Text, TIMESTAMP, func, Integer, BigInteger
from sqlalchemy.dialects.postgresql import JSONB
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import declarative_base
from sqlalchemy.schema import UniqueConstraint, Index

from ..wand_env import REDIS_POOL, SERVER_URL
Expand Down

0 comments on commit 532c84b

Please sign in to comment.