Tool: pretty_size_diff.py: flake8-clean

This commit is contained in:
Peter Barker 2021-06-22 12:07:02 +10:00 committed by Peter Barker
parent 0940c9371d
commit fad9b5d345
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
#!/usr/bin/env python
"""This script intend to provide a pretty size diff between two binaries."""
'''
This script intend to provide a pretty size diff between two binaries.
AP_FLAKE8_CLEAN
'''
import os
from argparse import ArgumentParser
from tabulate import tabulate