Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access. This was probably a hack to work around this MyPy error: error: Incompatible types in assignment (expression has type "Optional[str]", variable has type "str") [assignment] nstead, fix the error by using the proper type.
- Loading branch information