Skip to content

Commit aef4e09

Browse files
committed
refactor: isort
1 parent 2d67413 commit aef4e09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cursor_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
It connects directly to the RAG API and can be used as a standalone script or imported.
77
"""
88

9+
import argparse
10+
import json
911
import os
1012
import sys
11-
import json
12-
import argparse
13+
1314
import requests
1415
from dotenv import load_dotenv
1516

0 commit comments

Comments
 (0)