aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnewspipe/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/commands.py b/newspipe/commands.py
index 62a355e4..3d7becdd 100755
--- a/newspipe/commands.py
+++ b/newspipe/commands.py
@@ -6,7 +6,6 @@ import os
from datetime import datetime
import click
-from flask import Flask
from werkzeug.security import generate_password_hash
import newspipe.models
bgstack15