Skip to content

Commit 9d5ec1b

Browse files
committed
refactor: remove unused import
i18n's _ function is not used in the wrapper. Don't import it.
1 parent e89d13f commit 9d5ec1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/scripts/roundup_admin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
# import the admin tool guts and make it go
3838
from roundup.admin import AdminTool
39-
from roundup.i18n import _
4039

4140

4241
def run():

0 commit comments

Comments
 (0)