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 a1c58f5b..335fa877 100755
--- a/newspipe/commands.py
+++ b/newspipe/commands.py
@@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-
import logging
-import os
from dateutil.relativedelta import relativedelta
from datetime import datetime, date
bgstack15