Skip to content

Commit 110f619

Browse files
Potential fix for code scanning alert no. 6: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent e72df68 commit 110f619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7957,5 +7957,5 @@ async def PostgreSQL_parameter_sniffing_detection() -> str:
79577957

79587958
# Main entry point - ensure server runs correctly
79597959
if __name__ == "__main__":
7960-
import asyncio
7960+
79617961
mcp.run(transport='stdio')

0 commit comments

Comments
 (0)