Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix flask dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiBibeau committed Apr 21, 2024
1 parent f31650a commit 059385e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/miner-cloudflare/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import aiohttp
import bittensor as bt
from flask.cli import load_dotenv
from dotenv import load_dotenv
from protocol import StreamPrompting
from fastapi import FastAPI
from pydantic import BaseModel
Expand Down

0 comments on commit 059385e

Please sign in to comment.