Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Aug 16, 2024
1 parent 60c9bff commit bdc61b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cdci_data_analysis/analysis/ivoa_helper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import json
import os.path

from black.lines import append_leaves
from queryparser.adql import ADQLQueryTranslator
from queryparser.mysql import MySQLQueryProcessor
from queryparser.exceptions import QuerySyntaxError
Expand Down Expand Up @@ -94,7 +92,6 @@ def run_ivoa_query_from_product_gallery(parsed_query_obj,
row['path_alias'] = os.path.join(product_gallery_url, path_alias)
result_list.append(row)


except Error as e:
sentry.capture_message(f"Error when connecting to MySQL: {str(e)}")
logger.error(f"Error when connecting to MySQL: {str(e)}")
Expand Down

0 comments on commit bdc61b4

Please sign in to comment.