From 4e2ab3a17734fa0460e259b835e2ea1dbfd72d75 Mon Sep 17 00:00:00 2001 From: Excitable Snowball <excitablesnowball@gmail.com> Date: Sat, 3 Apr 2021 16:15:39 +0000 Subject: [PATCH] Remove `wave` from requirements-dev.txt (#12387) 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 #11820 and used in the following files: * `util/sample_parser.py` * `util/wavetable_parser.py` --- requirements-dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index caae27741a..1db3b6d733 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,3 @@ nose2 flake8 pep8-naming yapf -wave