Skip to content

Commit a93270e

Browse files
committed
Fix linting issue
Signed-off-by: Gerald Venzl <[email protected]>
1 parent 793a6ef commit a93270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oracle-db-doc-mcp-server/oracle-db-doc-mcp-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
import argparse
2222
from bs4 import BeautifulSoup
23-
import hashlib
2423
from fastmcp import FastMCP
24+
import hashlib
2525
import logging
2626
import markdownify as md
2727
from pathlib import PurePath, Path

0 commit comments

Comments
 (0)