Skip to content

Commit a30f3eb

Browse files
committed
Added missing import in memory.hooks
1 parent 7724983 commit a30f3eb

File tree

1 file changed

+1
-0
lines changed
  • addons/source-python/packages/source-python/memory

1 file changed

+1
-0
lines changed

addons/source-python/packages/source-python/memory/hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# =============================================================================
66
# Source.Python Imports
77
from memory_c import Function
8+
from memory_c import HookType
89
from core import AutoUnload
910

1011

0 commit comments

Comments
 (0)