Skip to content

Commit c852807

Browse files
authored
Merge pull request #12 from ColeMurray/alert-autofix-1
Potential fix for code scanning alert no. 1: Unused import
2 parents d9901cc + 67b5d7a commit c852807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/athena_mcp/tools/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
import json
8-
from typing import TYPE_CHECKING, Union
8+
from typing import TYPE_CHECKING
99

1010
from ..athena import AthenaClient, AthenaError
1111
from ..models import QueryRequest, QueryResult

0 commit comments

Comments
 (0)