# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. - [x] I have checked the [commit log](https://github.com/celery/celery/commits/master) to find out if the bug was already fixed in the master branch. - [x] I have included all related issues and possible duplicate issues in this issue (If there are none, check this box anyway). #### Related Issues - None #### Possible Duplicates - None # Description The explanation in lines 56-62 regarding `from __future__ import absolute_import` is no longer required. # Suggestions Remove the irrelevant bit.
Checklist
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the master branch.
(If there are none, check this box anyway).
Related Issues
Possible Duplicates
Description
The explanation in lines 56-62 regarding
from __future__ import absolute_importis no longer required.Suggestions
Remove the irrelevant bit.