We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d14956 commit 441d643Copy full SHA for 441d643
utils/tui.py
@@ -8,6 +8,6 @@ def setup(self) -> None:
8
def get_the_url(self, base_url: str) -> str:
9
"""Show the tui for enter the URL of the problem"""
10
pass
11
- def confirm_data(self, data: Data) -> Data:
+ def confirm_data(self, data: Data) -> None:
12
"""Show the tui for confirm the data and choose the language to solve the problem"""
13
0 commit comments