소스 검색

Add module docstring

Rodolfo Carvalho 8 년 전
부모
커밋
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 tempfile