From 4e2ab3a17734fa0460e259b835e2ea1dbfd72d75 Mon Sep 17 00:00:00 2001
From: Excitable Snowball
Date: Sat, 3 Apr 2021 16:15:39 +0000
Subject: Remove `wave` from requirements-dev.txt (#12387)
This resolves to , but the places where
the `wave` module is imported make it clear that the standard library
module 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
--
cgit v1.2.3