commit | 6ba7d6fbc1d3dd84280c871c532b96db1fa33f0e | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Thu Jan 28 21:02:49 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Thu Jan 28 21:02:49 2016 +0100 |
tree | b8176c0f7573aabf48297486960a93a4025e06a9 | |
parent | 071727d25cc66aefa94b182599234b745671d8e5 [diff] [blame] |
style: more on imports (flake8 warnings)
diff --git a/serial/win32.py b/serial/win32.py index cca6195..5180737 100644 --- a/serial/win32.py +++ b/serial/win32.py
@@ -7,7 +7,8 @@ # # SPDX-License-Identifier: BSD-3-Clause -from ctypes import * +from ctypes import c_ulong, c_void_p, c_int64, c_char, \ + WinDLL, sizeof, Structure, Union, POINTER from ctypes.wintypes import HANDLE from ctypes.wintypes import BOOL from ctypes.wintypes import LPCWSTR