Skip to content

Commit 94cddf6

Browse files
committed
code snippet file creation
1 parent 1eff8bc commit 94cddf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

leetcode/models/submit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from leetcode.models import *
22
import requests
33
# TODO: Add a decorator to check if the user is logged in
4-
54
# Example output of check/ for the success
65
class SendSubmission(QueryTemplate):
76
def __init__(self):
@@ -54,7 +53,7 @@ def load_code(self, filename):
5453
raise Exception("File is empty")
5554

5655
return code
57-
56+
5857
def execute_check(self, title_slug, filename):
5958
question = GetQuestionDetail(title_slug)
6059
self.params = {"lang": "python3",

0 commit comments

Comments
 (0)