Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Todaro committed Apr 19, 2021
1 parent e686e48 commit 7fd2c85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions celery_exporter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
import celery
import prometheus_client

from .monitor import (EnableEventsThread, TaskThread, WorkerMonitoringThread,
setup_metrics)
from .monitor import (
EnableEventsThread,
TaskThread,
WorkerMonitoringThread,
setup_metrics,
)

__all__ = ("CeleryExporter",)

Expand Down

0 comments on commit 7fd2c85

Please sign in to comment.