remove no longer required include related to use new parent_path

This commit is contained in:
Peter Bieringer
2026-02-22 14:56:31 +01:00
parent f84321584f
commit 8a61b80e96
3 changed files with 0 additions and 3 deletions

View File

@@ -17,7 +17,6 @@
import io import io
import logging import logging
import posixpath
import sys import sys
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from typing import Optional, Union from typing import Optional, Union

View File

@@ -19,7 +19,6 @@
# along with Radicale. If not, see <http://www.gnu.org/licenses/>. # along with Radicale. If not, see <http://www.gnu.org/licenses/>.
import errno import errno
import posixpath
import re import re
import socket import socket
from http import client from http import client

View File

@@ -19,7 +19,6 @@
# along with Radicale. If not, see <http://www.gnu.org/licenses/>. # along with Radicale. If not, see <http://www.gnu.org/licenses/>.
import errno import errno
import posixpath
import re import re
import socket import socket
from http import client from http import client