This commit is contained in:
parent
3115d47d6d
commit
0d4c6460e7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from __future__ import annotations
|
|||
|
||||
from pathlib import Path
|
||||
from typing import TYPE_CHECKING
|
||||
from urllib import urljoin
|
||||
from urllib.parse import urljoin
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from cd.projects import Projects
|
||||
|
|
Loading…
Reference in a new issue