Skip to content

Commit fd37e03

Browse files
committed
Minor changes.
1 parent 56e74ce commit fd37e03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/resources/gaia.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from os.path import exists
2-
31
from flask import request
42
from flask_restx import Namespace, Resource, fields
53
from markupsafe import escape
@@ -143,7 +141,6 @@ def post(self):
143141

144142
rows = db.session.execute(query).fetchall()
145143

146-
current_pubmed = ""
147144
record = {}
148145

149146
if rows and len(rows) > 0:

0 commit comments

Comments
 (0)