fix code quality check

This commit is contained in:
Ishaan Jaff 2025-04-26 19:37:34 -07:00
parent 2be334eeb1
commit 52ceeaeb40

View file

@ -9,7 +9,6 @@ from typing_extensions import TypedDict
HAS_ENTERPRISE_DIRECTORY = False
try:
import enterprise
from enterprise.enterprise_hooks.session_handler import (
_ENTERPRISE_ResponsesSessionHandler,
)