浏览代码

Add module docstring

Rodolfo Carvalho 7 年之前
父节点
当前提交
af4e0fec21
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      roles/openshift_health_checker/openshift_checks/disk_availability.py

+ 2 - 1
roles/openshift_health_checker/openshift_checks/disk_availability.py

@@ -1,4 +1,5 @@
-# pylint: disable=missing-docstring
+"""Check that there is enough disk space in predefined paths."""
+
 import os.path
 import os.path
 import tempfile
 import tempfile