bitter-ability-32190
01/17/2023, 8:21 PMName "MyClassName.Batch" is not defined from:
class MyClassName(FmtTargetsRequest):
...
oddly, declaring x: FmtTargetsRequest.Batch makes mypy happy
I'm also trying with 0.961 which is the version Pants uses in-repobitter-ability-32190
01/17/2023, 8:27 PMignore_missing_imports was enabled.bitter-ability-32190
01/17/2023, 8:30 PMpants imports during check? 🤔
It's in requirements.pexbitter-ability-32190
01/17/2023, 8:34 PMexplicit_package_bases
namespace_packages