Update wave_reader.py

Removed needless sys import
This commit is contained in:
Jamie Hardt
2020-08-21 22:39:52 -07:00
parent 65994db36d
commit 4576d65da6

View File

@@ -1,7 +1,6 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
import struct import struct
import os import os
import sys
from collections import namedtuple from collections import namedtuple
import pathlib import pathlib