aboutsummaryrefslogtreecommitdiff
path: root/newspipe/controllers/article.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/controllers/article.py')
-rw-r--r--newspipe/controllers/article.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/controllers/article.py b/newspipe/controllers/article.py
index d4adf99d..5a017bfa 100644
--- a/newspipe/controllers/article.py
+++ b/newspipe/controllers/article.py
@@ -1,4 +1,3 @@
-import re
import logging
import sqlalchemy
from sqlalchemy import func
bgstack15