Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 20, 2024
1 parent 41f5305 commit e75c96a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions ib_hosted.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from json import dumps as json_dumps
from logging import getLogger

from requests import Session

from conf import CONFIG
from util.ib_hosted import IBHostedCached

ib = IBHostedCached()
Expand Down
1 change: 0 additions & 1 deletion redis_session.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pickle

from flask import sessions
from redis import Redis

from util import get_random
from util.redis import REDIS
Expand Down
2 changes: 1 addition & 1 deletion util/ib_hosted.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from requests import Session

from ..conf import CONF
from ..conf import CONFIG
from .redis import REDIS


Expand Down

0 comments on commit e75c96a

Please sign in to comment.