changeset 8525:ae21341b3199

refactor: remove unused import i18n's _ function is not used in the wrapper. Don't import it.
author John Rouillard <rouilj@ieee.org>
date Fri, 20 Feb 2026 16:27:21 -0500
parents 0af80f3ca263
children 0586f25eb25e
files roundup/scripts/roundup_admin.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/scripts/roundup_admin.py	Thu Feb 19 22:30:24 2026 -0500
+++ b/roundup/scripts/roundup_admin.py	Fri Feb 20 16:27:21 2026 -0500
@@ -36,7 +36,6 @@
 
 # import the admin tool guts and make it go
 from roundup.admin import AdminTool
-from roundup.i18n import _
 
 
 def run():

Roundup Issue Tracker: http://roundup-tracker.org/