Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrag1 committed Sep 13, 2023
1 parent 46850e7 commit 91605c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/tasks/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
import logging
from datetime import datetime, timedelta
from datetime import datetime

from celery import Celery
from celery.exceptions import SoftTimeLimitExceeded
Expand Down

0 comments on commit 91605c8

Please sign in to comment.