Add comment on a python oddity

This commit is contained in:
Timmy Welch 2024-07-27 19:26:09 -07:00
parent 0048901a61
commit 2d4d10e31d

View File

@ -33,6 +33,7 @@ from comicapi import merge, utils
from comicapi._url import Url, parse_url
from comicapi.utils import norm_fold
# needed for runtime type guessing
if TYPE_CHECKING:
Union