From 21f1d9cc00fe2965f7933c57ba9c689119aa7c7a Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 10 Jul 2025 21:45:09 +0700 Subject: [PATCH] update docstring --- backend/appsettings/src/reindex.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/appsettings/src/reindex.py b/backend/appsettings/src/reindex.py index 712eac72..e1cedcca 100644 --- a/backend/appsettings/src/reindex.py +++ b/backend/appsettings/src/reindex.py @@ -493,10 +493,7 @@ class ReindexProgress(ReindexBase): class ChannelFullScan: - """ - update from v0.3.0 to v0.3.1 - full scan of channel to fix vid_type mismatch - """ + """full scan of channel to fix vid_type mismatch""" def __init__(self, channel_id): self.channel_id = channel_id