Browse Source

Add module docstring

Rodolfo Carvalho 7 years ago
parent
commit
af4e0fec21

+ 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