Skip to content

Commit 11d955c

Browse files
committed
Fixed black error
1 parent db9b611 commit 11d955c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llmtool/dfbscan/intra_dataflow_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _parse_response(
138138
r"Line:\s*([^;]+);"
139139
)
140140

141-
current_path : dict[str, Any] | None = None
141+
current_path: dict[str, Any] | None = None
142142
for line in response.splitlines():
143143
line = line.strip().lstrip("-").strip()
144144
if not line:

0 commit comments

Comments
 (0)