Skip to content

Commit

Permalink
Fixed tests and migrate them to another branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dobosevych committed Jun 6, 2022
1 parent c20345d commit 55d700d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions celery/app/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
from celery.utils.imports import gen_task_name, instantiate, symbol_by_name
from celery.utils.log import get_logger
from celery.utils.objects import FallbackContext, mro_lookup
from celery.utils.time import (maybe_iso8601, maybe_make_aware, timezone,
to_utc)
from celery.utils.time import maybe_make_aware, timezone, to_utc

# Load all builtin tasks
from . import builtins # noqa
Expand Down

0 comments on commit 55d700d

Please sign in to comment.