Skip to content

Commit

Permalink
remove unused imports from the nvwave module (nvaccess#12048)
Browse files Browse the repository at this point in the history
* Nvwave: Update copyright header

* Nvwave: remove unused imports

* virtualBuffers: Remove unused import of nvwave
  • Loading branch information
lukaszgo1 authored Mar 1, 2021
1 parent b4087a2 commit 5678c8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 4 additions & 9 deletions source/nvwave.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#nvwave.py
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2007-2017 NV Access Limited, Aleksey Sadovoy
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.
# A part of NonVisual Desktop Access (NVDA)
# Copyright (C) 2007-2021 NV Access Limited, Aleksey Sadovoy, Cyrille Bougot, Peter Vágner
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.

"""Provides a simple Python interface to playing audio using the Windows multimedia waveOut functions, as well as other useful utilities.
"""
Expand Down Expand Up @@ -31,11 +30,7 @@
UINT,
LPUINT
)
from ctypes import *
from ctypes.wintypes import *
import time
import atexit
import wx
import garbageHandler
import winKernel
import wave
Expand Down
1 change: 0 additions & 1 deletion source/virtualBuffers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from logHandler import log
import ui
import aria
import nvwave
import treeInterceptorHandler
import watchdog
from abc import abstractmethod
Expand Down

0 comments on commit 5678c8b

Please sign in to comment.