Skip to content

Commit

Permalink
Fix syntax error in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
daffidwilde committed Oct 27, 2023
1 parent 9d22215 commit 1f9d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pre-commit",
"requests",
#"ruff",
"tkinter"
"tkinter",
"tqdm",
"typing",
]
Expand Down

0 comments on commit 1f9d9bf

Please sign in to comment.