Skip to content

Commit e220c85

Browse files
committed
Remove unused onboarding imports from app_kernel.py
Deleted imports for OnboardingOrchestrationManager and MagenticScenarios from app_kernel.py as they are not used in the file.
1 parent c4280fa commit e220c85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/app_kernel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
rai_validate_team_config,
4949
)
5050

51-
from v3.orchestration.manager import OnboardingOrchestrationManager
52-
from v3.scenarios.onboarding_cases import MagenticScenarios
5351
from v3.api.router import api_v3
5452

5553
# Check if the Application Insights Instrumentation Key is set in the environment variables

0 commit comments

Comments
 (0)