Skip to content

Commit

Permalink
fix the base to not require redis
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Jul 10, 2022
1 parent 4d9405d commit aa589d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Binary file modified app-api/app/lib/__pycache__/slack.cpython-39.pyc
Binary file not shown.
Binary file modified app-api/app/routers/__pycache__/base.cpython-39.pyc
Binary file not shown.
4 changes: 0 additions & 4 deletions app-api/app/routers/base.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from re import I
from fastapi import APIRouter, Depends
from app.database import get_db, engine
from sqlalchemy import text
from datetime import datetime, date, timedelta
import redis
import json

router = APIRouter(tags=["base"])
Expand Down

0 comments on commit aa589d7

Please sign in to comment.