import os.path -> os (#48709)

This commit is contained in:
Harmen Stoppels
2025-01-28 09:45:43 +01:00
committed by GitHub
parent bc28ec35d1
commit c054cb818d
97 changed files with 72 additions and 98 deletions

View File

@@ -3,7 +3,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
"""URL primitives that just require Python standard library."""
import itertools
import os.path
import os
import re
from typing import Optional, Set, Tuple
from urllib.parse import urlsplit, urlunsplit