mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
update order of standard grouping for lint
This commit is contained in:
parent
91e2c150e2
commit
4f09d5a5d2
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@
|
|||
## and limitations under the License.
|
||||
################################################################################################
|
||||
|
||||
from collections import Counter
|
||||
import re
|
||||
import subprocess
|
||||
import sys
|
||||
import re
|
||||
from collections import Counter
|
||||
|
||||
def disassemble_elf(elf_path):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue