Skip to content

Commit 0394588

Browse files
committed
fixes docs
1 parent a3f42c9 commit 0394588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/fake__soundfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Mock module for Sphinx autodoc."""
22

33
import ctypes
4+
import ctypes.util
45

56
# Monkey-patch ctypes to disable searching for libsndfile
67
ctypes.util.find_library = lambda _: NotImplemented

0 commit comments

Comments
 (0)