diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-01 14:04:41 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-01 14:04:41 +0100 |
commit | 9c52eaa4df2e10ee6529285591f1c0a8283ddc25 (patch) | |
tree | 36d23d86bc3241c6fdf18c8e20bc54978a01bbc9 | |
parent | TypeError: As of 3.10, the *loop* parameter was removed from (diff) | |
download | newspipe-9c52eaa4df2e10ee6529285591f1c0a8283ddc25.tar.gz newspipe-9c52eaa4df2e10ee6529285591f1c0a8283ddc25.tar.bz2 newspipe-9c52eaa4df2e10ee6529285591f1c0a8283ddc25.zip |
Removed unused import.
-rwxr-xr-x | newspipe/commands.py | 1 |
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 |