fix: Support Python3.8

main
namuan 1 year ago
parent dfafa85c61
commit ed1cabdc79

@ -1,3 +1,5 @@
from __future__ import annotations
import logging
import os
import pickle

@ -1,3 +1,5 @@
from __future__ import annotations
from pathlib import Path
from typing import Any

@ -1,3 +1,5 @@
from __future__ import annotations
from pathlib import Path
from typing import Any

@ -1,3 +1,5 @@
from __future__ import annotations
from pathlib import Path
from typing import Any

Loading…
Cancel
Save