From 0233ab077da87c79d3dbc991afb52a9906a656c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 10 Feb 2022 13:46:48 -0300 Subject: Fix: minimailer-csv: removed unneeded sys module --- minimailer-csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimailer-csv b/minimailer-csv index 802766d..6bddaf7 100755 --- a/minimailer-csv +++ b/minimailer-csv @@ -21,7 +21,7 @@ # Dependencies import argparse import csv -import sys, os, subprocess +import os, subprocess class MinimailerCSV: """Send emails according to a CSV input with fields and templating support""" -- cgit v1.2.3