Open smokestacklightnin opened 1 month ago
Hi @smokestacklightnin, Thank you for reporting. I'll take a look and provide an update here.
Hi @smokestacklightnin
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
If the bug is related to a specific library below, please raise an issue in the respective repo directly: TFX
System information
pip freeze
output): AnyDescribe the current behavior
Several tests (listed below) instantiate abstract base classes, which shouldn't happen.
I tried fixing fixing Ruff rules B024 and B027 (see #6943), but because there are instantiated ABCs, fixing those rules caused errors.
Describe the expected behavior
Only concrete classes should be instantiated.
More info
The tests and/or modules that call code that instantiate ABCs are: