Skip to content

Commit

Permalink
Add data object models import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jungleBadger committed Nov 5, 2024
1 parent f0e9584 commit c08730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test_flaskr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import unittest

from flaskr import create_app
from models import db
from models import db, Question, Category


class TriviaTestCase(unittest.TestCase):
Expand Down

0 comments on commit c08730b

Please sign in to comment.