viiccwen commented on code in PR #1143: URL: https://github.com/apache/mahout/pull/1143#discussion_r2901211834
########## qdp/qdp-python/qumat_qdp/loader.py: ########## @@ -29,11 +29,12 @@ from __future__ import annotations +from collections.abc import Iterator from functools import lru_cache -from typing import TYPE_CHECKING, Iterator, Optional +from typing import TYPE_CHECKING, Optional Review Comment: +1 ########## testing/conftest.py: ########## Review Comment: We should remove `Optional` here since not used in this file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
