Skip to content

Commit

Permalink
Removed unnecessary modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingdred committed Oct 21, 2023
1 parent 0762a9e commit 6719180
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion core/cat/mad_hatter/mad_hatter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import glob
import json
import time
import shutil
import os
Expand Down
5 changes: 1 addition & 4 deletions core/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
from fastapi import FastAPI
from fastapi.testclient import TestClient

from tinydb import Query
from cat.db import models

from cat.db.database import Database
from cat.log import log

import cat.utils as utils

from cat.looking_glass.cheshire_cat import CheshireCat
from cat.mad_hatter.mad_hatter import MadHatter
from qdrant_client import QdrantClient
from cat.memory.vector_memory import VectorMemory

Expand Down
1 change: 0 additions & 1 deletion core/tests/mad_hatter/test_mad_hatter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import shutil
import pytest
from inspect import isfunction

Expand Down

0 comments on commit 6719180

Please sign in to comment.