mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-13 03:46:43 +00:00
7 lines
176 B
Python
7 lines
176 B
Python
"""
|
|
老的代码统一到 `apps/common/drf/serializers.py` 中,
|
|
之后此文件废弃
|
|
"""
|
|
|
|
from common.drf.serializers import AdaptedBulkListSerializer, CeleryTaskSerializer
|