From b124ce835b7edb7ff9c686584cc6f909307490a1 Mon Sep 17 00:00:00 2001 From: samm81 Date: Thu, 9 Oct 2025 16:11:17 +0800 Subject: [PATCH] fix: remove unused import --- vdirsyncer/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vdirsyncer/http.py b/vdirsyncer/http.py index bb5f6d8..a066065 100644 --- a/vdirsyncer/http.py +++ b/vdirsyncer/http.py @@ -12,7 +12,6 @@ from ssl import create_default_context import aiohttp import requests.auth -from aiohttp import ClientConnectionError from aiohttp import ServerDisconnectedError from aiohttp import ServerTimeoutError from requests.utils import parse_dict_header