Skip to content

Commit d0ca012

Browse files
committed
Improve typing in io lib
1 parent 5c98fc8 commit d0ca012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import List
44

55

6-
def parse_input() -> (list, int):
6+
def parse_input() -> (list, int, bool, str, str):
77
args: List[str] = sys.argv
88

99
if len(args) != 5:

0 commit comments

Comments
 (0)