Skip to content

Commit 6cde6da

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents edd8833 + 4da8463 commit 6cde6da

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed
File renamed without changes.

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def add_review(id):
100100
@app.context_processor
101101
def utility_processor():
102102
def star_rating(id):
103-
from models import Review
104103
reviews = Review.query.where(Review.restaurant==id)
105104

106105
ratings = []

migrations/versions/.placeholder

Whitespace-only changes.

0 commit comments

Comments
 (0)