Skip to content

Commit dce36b1

Browse files
committed
question info table cleanup
1 parent a4dabb7 commit dce36b1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

leetcode/models/graphql_question_of_today.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,6 @@ def execute(self, args):
6060
self.title_slug = self.result.question.titleSlug
6161
self.show()
6262

63-
# def show_info_table(self):
64-
# question = self.result.question
65-
66-
# table = LeetTable()
67-
# table.add_column('ID')
68-
# table.add_column('Title')
69-
# table.add_column('Status')
70-
# table.add_column('Difficulty')
71-
72-
# table.add_row(question.frontendQuestionId, question.title,
73-
# question.status, question.difficulty)
74-
75-
# print(table)
7663

7764
def show(self):
7865
question_info_table = QuestionInfoTable(self.title_slug)

0 commit comments

Comments
 (0)