Skip to content

Commit

Permalink
Fix python importon Win32 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jun 15, 2024
1 parent 53b6333 commit 7416621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifaddr/_win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from ctypes import wintypes
from typing import Iterable, List

import ..ifaddr._shared as shared
from .. ifaddr import _shared as shared

NO_ERROR = 0
ERROR_BUFFER_OVERFLOW = 111
Expand Down

0 comments on commit 7416621

Please sign in to comment.