From 9c52eaa4df2e10ee6529285591f1c0a8283ddc25 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 1 Jan 2022 14:04:41 +0100 Subject: Removed unused import. --- newspipe/commands.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit