From b76f5d8e6f08fa3f118f0357f86f4f5d5bc9696c Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Tue, 12 Sep 2023 08:48:31 +0200 Subject: [PATCH] Removed unused dependency --- src/getCalendar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/getCalendar.py b/src/getCalendar.py index a442e63..5fd8ecd 100644 --- a/src/getCalendar.py +++ b/src/getCalendar.py @@ -1,7 +1,6 @@ import datetime from caldav.davclient import DAVClient import argparse -import html # Parse command-line arguments parser = argparse.ArgumentParser(description='Retrieve events from a CalDAV calendar.')