Skip to content

Commit

Permalink
fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hstewart93 committed Jun 21, 2024
1 parent 03ef0db commit 1fad6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dev = [
]
ci = [
"twine",
"build"
"pytest"
"build",
"pytest",
]

[tool.setuptools]
Expand Down

0 comments on commit 1fad6c8

Please sign in to comment.