Fix flake8 complaints about unused Optional
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import annotations
|
||||
|
||||
import ast
|
||||
from pathlib import Path
|
||||
from typing import Iterator, Optional
|
||||
from typing import Iterator
|
||||
|
||||
import click
|
||||
import yaml
|
||||
|
||||
Reference in New Issue
Block a user