Skip to content

Commit 966707a

Browse files
committed
Autoflake
1 parent c7ce2ab commit 966707a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

confection/tests/test_param_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
import inspect
7-
from typing import Any, Generator, Iterable, Iterator, List, Optional, Sequence, Union
7+
from typing import Any, Generator, Iterable, List, Sequence, Union
88

99
import pytest
1010
from hypothesis import given, settings

0 commit comments

Comments
 (0)