Removed unused dependency

This commit is contained in:
2023-09-12 08:48:31 +02:00
parent 9391a984f9
commit b76f5d8e6f

View File

@@ -1,7 +1,6 @@
import datetime import datetime
from caldav.davclient import DAVClient from caldav.davclient import DAVClient
import argparse import argparse
import html
# Parse command-line arguments # Parse command-line arguments
parser = argparse.ArgumentParser(description='Retrieve events from a CalDAV calendar.') parser = argparse.ArgumentParser(description='Retrieve events from a CalDAV calendar.')