]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/pg_autoscaler/__init__.py
import ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / pg_autoscaler / __init__.py
CommitLineData
522d829b
TL
1import os
2
3if 'UNITTEST' in os.environ:
4 import tests
5
9f95a23c 6from .module import PgAutoscaler, effective_target_ratio