Celery is somehow improperly configured.
| 204 | |
| 205 | |
| 206 | class ImproperlyConfigured(CeleryError): |
| 207 | """Celery is somehow improperly configured.""" |
| 208 | |
| 209 | |
| 210 | class SecurityError(CeleryError): |
no outgoing calls
no test coverage detected
searching dependent graphs…