outposts: remove unused import

This commit is contained in:
Jens Langhammer 2020-09-15 11:32:25 +02:00
parent 6b7da71aa8
commit 8c465b2026
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""Outposts Settings""" """Outposts Settings"""
from celery.schedules import crontab # from celery.schedules import crontab
# CELERY_BEAT_SCHEDULE = { # CELERY_BEAT_SCHEDULE = {
# "outposts_k8s": { # "outposts_k8s": {