From 04410c26e25e849fe3c843c40b14b1543c04ea8a Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Tue, 1 Nov 2022 14:28:47 -0400 Subject: [PATCH] added docstring so VS Code strop complaining --- videotron1.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/videotron1.py b/videotron1.py index 7d26f1a..fc35b6d 100644 --- a/videotron1.py +++ b/videotron1.py @@ -1,3 +1,6 @@ +""" python script to read videotron invoice and sum the data usage per user. + """ + import pandas as pd import PySimpleGUI as sg