mirror of https://github.com/ArduPilot/ardupilot
Tool: pretty_size_diff.py: flake8-clean
This commit is contained in:
parent
0940c9371d
commit
fad9b5d345
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue