Skip to content

Commit a16d951

Browse files
author
gcode@loowis.durge.org
committed
Remove redundant import
(the function itself imports the module)
1 parent 5c6b34c commit a16d951

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/appdirs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def _get_win_folder_with_ctypes(csidl_name):
319319
_get_win_folder = _get_win_folder_with_pywin32
320320
except ImportError:
321321
try:
322-
import ctypes
323322
_get_win_folder = _get_win_folder_with_ctypes
324323
except ImportError:
325324
_get_win_folder = _get_win_folder_from_registry

0 commit comments

Comments
 (0)