Skip to content

Commit ccc5986

Browse files
committed
Fix mistaken import of fcntl
1 parent a3d2930 commit ccc5986

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addonmanager_installer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"""Contains the classes to manage Addon installation: intended as a stable API, safe for external
2525
code to call and to rely upon existing. See classes AddonInstaller and MacroInstaller for details.
2626
"""
27-
import fcntl
2827
import json
2928
from datetime import datetime, timezone
3029
from enum import IntEnum, auto

0 commit comments

Comments
 (0)