Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
= Before The Patch We'd get the following error from our `pylint` action: ``` ************* Module sdb.pipeline sdb/pipeline.py:132:8: R1732: Consider using 'with' for resource-allocating operations (consider-using-with) ************* Module sdb.commands.zfs.histograms sdb/commands/zfs/histograms.py:136:8: R1731: Consider using 'max_count = max(max_count, HISTOGRAM_WIDTH_MAX)' instead of unnecessary if block (consider-using-max-builtin) ``` = After the Patch Pylint runs fine with no errors
- Loading branch information