Skip to content

Commit bf3b955

Browse files
committed
removed unused variables
1 parent 682e940 commit bf3b955

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bases/rsptx/book_server_api/routers/personalized_parsons/evaluate_fixed_code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def _ensure_file_on_jobe(sess: rq.Session, base_host: str, file_id: str, content
7878
raise RuntimeError(f"Failed to push file to JOBE: {pr.status_code} {pr.text[:300]}")
7979

8080
# Match what the JS client uses
81-
API_KEY = "67033pV7eUUvqo07OJDIV8UZ049aLEK1"
82-
RUN_PROXY = "/ns/rsproxy/jobeRun"
8381
PUSH_PROXY = "/ns/rsproxy/jobePushFile/"
8482
CHECK_PROXY = "/ns/rsproxy/jobeCheckFile/"
8583

0 commit comments

Comments
 (0)