mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Tool: pretty_size_diff.py: flake8-clean
This commit is contained in:
parent
0940c9371d
commit
fad9b5d345
@ -1,5 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
import os
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from tabulate import tabulate
|
from tabulate import tabulate
|
||||||
|
Loading…
Reference in New Issue
Block a user