Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 5cc761a

Browse files
authored
fix broken import
1 parent f8bc5f7 commit 5cc761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mods/SkillRandomizer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77

88
from ..ModManager import BL2MOD, RegisterMod
9-
from Mods.ModMenu import Game
9+
from Mods.ModMenu import Game, Hook
1010

1111

1212
class CrossSkillRandomizer(BL2MOD):

0 commit comments

Comments
 (0)