From e2e78ee34d5c5b5c6d201c18e81f69d667bb5668 Mon Sep 17 00:00:00 2001 From: Aleksei Fedorov Date: Mon, 13 Apr 2026 23:27:04 +0400 Subject: [PATCH] Remove docstring from REST API module --- kernel_ai/api/rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel_ai/api/rest.py b/kernel_ai/api/rest.py index 40592a6..678e720 100644 --- a/kernel_ai/api/rest.py +++ b/kernel_ai/api/rest.py @@ -1,4 +1,3 @@ -"""REST API under ``/api``.""" from flask import Blueprint from kernel_ai.http import api as h