فهرست منبع

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