From 61f4c576bbfed6ebd9e2095cf6b2fd320757b27f Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 11 Jul 2024 18:13:07 +0300 Subject: [PATCH] (feat) remove unnecessary imports --- frontend/pages/orchestration/credentials/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/pages/orchestration/credentials/app.py b/frontend/pages/orchestration/credentials/app.py index 666f054..dae5b3c 100644 --- a/frontend/pages/orchestration/credentials/app.py +++ b/frontend/pages/orchestration/credentials/app.py @@ -1,9 +1,6 @@ -from CONFIG import BACKEND_API_HOST, BACKEND_API_PORT -from backend.services.backend_api_client import BackendAPIClient from frontend.st_utils import initialize_st_page, get_backend_api_client import streamlit as st - initialize_st_page(title="Credentials", icon="🔑") # Page content