Skip to content

Commit

Permalink
Fix typo of adding extras back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooper Ry Lees committed May 4, 2024
1 parent c5f20a9 commit f7355fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"requests==2.31.0",
"pyyaml==6.0.1",
],
"test"=[
"black",
],
extras_require={
"test": ["black"],
},
)

0 comments on commit f7355fe

Please sign in to comment.