| Index: fix_encoding.py
 | 
| diff --git a/fix_encoding.py b/fix_encoding.py
 | 
| index ab418695b20d50eca5b6f2874ad988d734087a4d..87e54a579054aa1a9f5dee678b82b33ecc1d2853 100644
 | 
| --- a/fix_encoding.py
 | 
| +++ b/fix_encoding.py
 | 
| @@ -187,7 +187,8 @@ class WinUnicodeConsoleOutput(WinUnicodeOutputBase):
 | 
|  
 | 
|      # Loads the necessary function.
 | 
|      from ctypes import byref, GetLastError, POINTER, windll, WINFUNCTYPE
 | 
| -    from ctypes.wintypes import BOOL, DWORD, HANDLE, LPVOID, LPWSTR
 | 
| +    from ctypes.wintypes import BOOL, DWORD, HANDLE, LPWSTR
 | 
| +    from ctypes.wintypes import LPVOID  # pylint: disable=E0611
 | 
|  
 | 
|      self._DWORD = DWORD
 | 
|      self._byref = byref
 | 
| 
 |