Skip to content

Commit

Permalink
tag search bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdinazor authored Mar 30, 2022
1 parent a0ee84b commit 8ceaeb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/note_service/modules/rest/business.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
import requests as requests
from flask import current_app
from flask_smorest import abort
from sqlalchemy import func, column
from sqlalchemy.orm.exc import NoResultFound


from note_service.database import db
from note_service.modules.rest.models import Notes
from note_service.modules.rest.utils import ResponseObject, PaginationObject
Expand Down

0 comments on commit 8ceaeb3

Please sign in to comment.