Skip to content

Commit

Permalink
import fail (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarSkugga committed Jun 11, 2023
1 parent a3f247e commit c0d80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/activity_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from backend.auth_utils import auth
from backend.models.activity import Activity
from backend.repository import Repository
from interface.wealthsimple_api_interface import IWealthSimpleAPI
from backend.interface.wealthsimple_api_interface import IWealthSimpleAPI


def load(fastapi: FastAPI, ws_api: IWealthSimpleAPI):
Expand Down

0 comments on commit c0d80bc

Please sign in to comment.