Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 168cc8f

Browse files
authored
Update lc.py
1 parent 2470211 commit 168cc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def initialize_leetcode_api_instance(
180180

181181

182182
def interpret_solution(title_slug, payload, api_instance):
183-
test_submission = .TestSubmission(
183+
test_submission = leetcode.TestSubmission(
184184
data_input=payload["data_input"],
185185
typed_code=payload["typed_code"],
186186
question_id=payload["question_id"],

0 commit comments

Comments
 (0)