Skip to content

Commit 441d643

Browse files
committed
Improve the tui interface
1 parent 4d14956 commit 441d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ def setup(self) -> None:
88
def get_the_url(self, base_url: str) -> str:
99
"""Show the tui for enter the URL of the problem"""
1010
pass
11-
def confirm_data(self, data: Data) -> Data:
11+
def confirm_data(self, data: Data) -> None:
1212
"""Show the tui for confirm the data and choose the language to solve the problem"""
1313
pass

0 commit comments

Comments
 (0)