From e6a4dfe9d619b796d0f4a968084c7c4a53b6deec Mon Sep 17 00:00:00 2001 From: Bai Date: Wed, 18 Mar 2026 18:38:33 +0800 Subject: [PATCH] remove: proxy to jdmc view --- apps/common/utils/__init__.py | 1 - apps/jumpserver/views/__init__.py | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/common/utils/__init__.py b/apps/common/utils/__init__.py index e7f2fef70..d34592a3a 100644 --- a/apps/common/utils/__init__.py +++ b/apps/common/utils/__init__.py @@ -8,6 +8,5 @@ from .encode import * from .http import * from .ip import * from .jumpserver import * -from .proxy import * from .random import * from .translate import * diff --git a/apps/jumpserver/views/__init__.py b/apps/jumpserver/views/__init__.py index c0c8bb503..990d22bab 100644 --- a/apps/jumpserver/views/__init__.py +++ b/apps/jumpserver/views/__init__.py @@ -5,4 +5,3 @@ from .error_views import * from .index import * from .other import * from .swagger import * -from .jdmc import *