remove unused import

This commit is contained in:
Jean-Paul Calderone 2023-07-19 12:04:16 -04:00
parent ee8155729d
commit 40665d824d

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
from typing import Any, Optional
from typing import Any
from typing_extensions import Literal
import os