Skip to content

Commit

Permalink
Remove wave from requirements-dev.txt (qmk#12387)
Browse files Browse the repository at this point in the history
This resolves to <https://pypi.org/project/Wave/>, but the places where
the `wave` module is imported make it clear that the standard library
module <https://docs.python.org/3/library/wave.html> was intended.

Was originally added in qmk#11820 and used in the following files:
* `util/sample_parser.py`
* `util/wavetable_parser.py`
  • Loading branch information
excitablesnowball authored and HokieGeek committed Jul 11, 2021
1 parent dededb7 commit f388b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ nose2
flake8
pep8-naming
yapf
wave

0 comments on commit f388b71

Please sign in to comment.