From 8a6933c43e84486bfa276bca6cc8ec6c50b1e3c4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 13 Apr 2024 08:04:59 -0500 Subject: [PATCH] Remove duplicated entries from `appsettings` module those are exposed in other places now --- theo/appsettings/theo.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/theo/appsettings/theo.py b/theo/appsettings/theo.py index 9f17e59..fabae17 100644 --- a/theo/appsettings/theo.py +++ b/theo/appsettings/theo.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2022 Lance Edgar +# Copyright © 2010-2024 Lance Edgar # # This file is part of Rattail. # @@ -29,12 +29,7 @@ from rattail.settings import ( Setting, # (General) - rattail_app_title, rattail_single_store, - tailbone_background_color, - tailbone_buefy_version, - tailbone_grid_default_pagesize, - tailbone_vue_version, # # DataSync # rattail_datasync_url,