Skip to content

Commit 0a76525

Browse files
committed
Remove unused imports
1 parent 1c88835 commit 0a76525

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dwave/graphs/topologies/zephyr/coords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__all__ = ["zephyr_coordinates"]
2020

2121

22-
from collections.abc import Callable, Generator, Iterable, Iterator, Sequence
22+
from collections.abc import Callable, Generator, Iterable, Sequence
2323

2424
import networkx as nx
2525

dwave/graphs/topologies/zephyr/graphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
"""Generators for some graphs derived from the D-Wave System."""
15-
from collections.abc import Callable, Generator, Iterable, Iterator
15+
from collections.abc import Callable, Generator, Iterable
1616
from itertools import product
1717

1818
import networkx as nx

0 commit comments

Comments
 (0)