Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cup0noodles committed Dec 1, 2023
1 parent df68a6b commit 67b4899
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/api/ollamarunner.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from fastapi import APIRouter, Header
from pydantic import BaseModel
import sqlalchemy
from src import database as db
import json
import requests
import os
import random
import queue
import threading

Expand Down
3 changes: 0 additions & 3 deletions src/api/songs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import sqlalchemy
from src import database as db
from src.api.ollamarunner import q
import json
import requests
import os
import random


Expand Down

0 comments on commit 67b4899

Please sign in to comment.