From 8fa824fee1bd289caf0493fd5e40d2a1a7fbd83e Mon Sep 17 00:00:00 2001 From: Aleksei Fedorov Date: Mon, 4 May 2026 22:28:17 +0400 Subject: [PATCH] Remove docstring from proc_fs.py Removed docstring explaining filesystem collectors for kernel introspection. --- kernel_ai/collectors/proc_fs.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kernel_ai/collectors/proc_fs.py b/kernel_ai/collectors/proc_fs.py index 8d6eccd..200cd0f 100644 --- a/kernel_ai/collectors/proc_fs.py +++ b/kernel_ai/collectors/proc_fs.py @@ -1,10 +1,3 @@ -""" -Filesystem collectors for kernel introspection. - -Tests should patch functions in ``kernel_ai.collectors.proc_fs`` (or this module's -attributes) rather than the whole webapp. -""" - from __future__ import annotations