Skip to content

Commit

Permalink
Remove unnecessary line in celery_executor (apache#3753)
Browse files Browse the repository at this point in the history
Clean an unnecessary line in celery_executor.py
  • Loading branch information
XD-DENG authored and Chris Fei committed Jan 23, 2019
1 parent 97358e8 commit f4d87b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/executors/celery_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
from airflow.utils.log.logging_mixin import LoggingMixin
from airflow.utils.module_loading import import_string

PARALLELISM = configuration.conf.get('core', 'PARALLELISM')

'''
To start the celery worker, run the command:
airflow worker
Expand Down

0 comments on commit f4d87b1

Please sign in to comment.