From 6e4f7a0390b7f49ce79f0e15e07e1d6df309f3ce Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Feb 2021 15:43:15 +0100 Subject: Refactor - clean --- example_project/__init__.py.celery.sample | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'example_project/__init__.py.celery.sample') diff --git a/example_project/__init__.py.celery.sample b/example_project/__init__.py.celery.sample index 5dad2ced8..3cda63729 100644 --- a/example_project/__init__.py.celery.sample +++ b/example_project/__init__.py.celery.sample @@ -5,11 +5,11 @@ from .celery_app import app as celery_app __all__ = ('celery_app',) -_(u"username") -_(u"email address") -_(u"warehouse") -_(u"New warehouse") -_(u"warehouse") -_(u"New organization") -_(u"New person") -_(u"New author") +_("username") +_("email address") +_("warehouse") +_("New warehouse") +_("warehouse") +_("New organization") +_("New person") +_("New author") -- cgit v1.2.3