junaid0600 commited on
Commit
be7b1e3
Β·
1 Parent(s): 82d2df4

fixed inference.py

Browse files
Files changed (1) hide show
  1. inference.py +1 -0
inference.py CHANGED
@@ -14,6 +14,7 @@ from dotenv import load_dotenv
14
  load_dotenv()
15
 
16
  from env.environment import SQLDebuggerEnvironment
 
17
  # ─────────────────────────────────────────────
18
  # ENVIRONMENT VARIABLES
19
  # ─────────────────────────────────────────────
 
14
  load_dotenv()
15
 
16
  from env.environment import SQLDebuggerEnvironment
17
+ from env.models import Action, ActionType, DifficultyLevel
18
  # ─────────────────────────────────────────────
19
  # ENVIRONMENT VARIABLES
20
  # ─────────────────────────────────────────────