aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-01 14:04:41 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-01 14:04:41 +0100
commit9c52eaa4df2e10ee6529285591f1c0a8283ddc25 (patch)
tree36d23d86bc3241c6fdf18c8e20bc54978a01bbc9
parentTypeError: As of 3.10, the *loop* parameter was removed from (diff)
downloadnewspipe-9c52eaa4df2e10ee6529285591f1c0a8283ddc25.tar.gz
newspipe-9c52eaa4df2e10ee6529285591f1c0a8283ddc25.tar.bz2
newspipe-9c52eaa4df2e10ee6529285591f1c0a8283ddc25.zip
Removed unused import.
-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