From 9b81c54c0f46ecb42fc8d5adc3e66e16978c801a Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 26 May 2025 07:58:13 -0400 Subject: [PATCH] fixup: remove white-space --- tubesync/sync/models/source.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tubesync/sync/models/source.py b/tubesync/sync/models/source.py index aa5ebf6c..5c5d2e27 100644 --- a/tubesync/sync/models/source.py +++ b/tubesync/sync/models/source.py @@ -41,7 +41,6 @@ class Source(db.models.Model): default=False, help_text=_('Embed thumbnail into the file'), ) - # Fontawesome icons used for the source on the front end ICONS = _srctype_dict('')