Skip to content

Commit

Permalink
Clean librarys
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir committed Apr 6, 2024
1 parent 5e83b27 commit f936c33
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/bard.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import os
import time

import requests
from prompt_toolkit import prompt
from prompt_toolkit import PromptSession
from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
Expand Down
1 change: 0 additions & 1 deletion src/claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import json, os, uuid
from curl_cffi import requests
import requests as req
import re
from datetime import datetime
import httpx
Expand Down
3 changes: 0 additions & 3 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Standard Library Imports
import argparse
import asyncio
import configparser
import json
import os
Expand All @@ -10,10 +9,8 @@
import urllib.parse

# Third-Party Imports
import anyio
import browser_cookie3
import uvicorn
import requests

from fastapi import FastAPI, HTTPException, Request
from fastapi.middleware.cors import CORSMiddleware
Expand Down

0 comments on commit f936c33

Please sign in to comment.