Skip to content

Commit e421a36

Browse files
still trsing to fix autodoc
1 parent 3be5c8a commit e421a36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

display_server_interactions/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
__os_name = __system().lower()
99

1010
if __os_name == "linux":
11-
from .linux import DSI
11+
#from .linux import DSI
12+
pass
1213

1314
elif __os_name == "windows":
1415
raise NotImplementedError("Windows is not yet implemented.")

0 commit comments

Comments
 (0)