Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deminearchiver committed Nov 24, 2024
1 parent cfe9f3d commit d52a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/lib/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from flask import Flask, request, make_response, Response, g
from flask_cors import CORS, cross_origin

from apps.backend.src.lib.classes import Event, User
from lib.classes import Event, User
from lib.utils import get_latest_event_from_history, make_analytic_text_from_history
from lib.db import DB
from lib.events import events
Expand Down

0 comments on commit d52a755

Please sign in to comment.