浏览代码

Removes compat .utils.gen_unique_id (use celery.uuid)

Ask Solem 8 年之前
父节点
当前提交
8194b03365
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      celery/utils/__init__.py

+ 0 - 1
celery/utils/__init__.py

@@ -19,4 +19,3 @@ from .imports import (          # noqa
 )
 from .functional import chunks, noop                    # noqa
 from kombu.utils import cached_property, uuid   # noqa
-gen_unique_id = uuid