Skip to content

Commit dcb5f8b

Browse files
committed
added more type annotations
1 parent 99464ca commit dcb5f8b

File tree

10 files changed

+47
-5679
lines changed

10 files changed

+47
-5679
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"console": "integratedTerminal",
1313
"justMyCode": true,
1414
"cwd": "${workspaceFolder}",
15-
// "args": ["--ratings"]
15+
"args": ["--ratings"]
1616
// "args": ["--all-colleges"]
17-
"args": ["--db"]
17+
// "args": ["--db"]
1818
// "args": ["--ratings", "--db", "--all-colleges"]
1919
// "args": ["--ratings", "--db"]
2020
// "args": ["--email"]

0 commit comments

Comments
 (0)