Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Akul2010 committed Apr 5, 2024
1 parent d784874 commit 06b366a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rlvoice/drivers/_espeak.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function
from ctypes import cdll, c_int, c_char_p, c_wchar_p, POINTER, c_short, c_uint, c_long, c_void_p
from ctypes import CFUNCTYPE, Structure, Union, c_wchar, c_ubyte, c_ulong, byref
from ctypes import cdll, c_int, c_char_p, POINTER, c_short, c_uint, c_long, c_void_p
from ctypes import CFUNCTYPE, Structure, Union, c_wchar, c_ubyte, c_ulong
import time

def cfunc(name, dll, result, *args):
Expand Down

0 comments on commit 06b366a

Please sign in to comment.