aboutsummaryrefslogtreecommitdiff
path: root/newspipe/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/bootstrap.py')
-rw-r--r--newspipe/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/bootstrap.py b/newspipe/bootstrap.py
index fd0577b3..c30cc631 100644
--- a/newspipe/bootstrap.py
+++ b/newspipe/bootstrap.py
@@ -7,7 +7,7 @@ import logging
import os
from flask import Flask, request
-from flask_babel import Babel, format_datetime
+from flask_babel import Babel
from flask_sqlalchemy import SQLAlchemy
bgstack15