From 22169b99b7756349baddae84b2b4e058acce5599 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 15 Aug 2025 21:48:09 +0100 Subject: Isort all scripts --- scripts/flash-ar100.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/flash-ar100.py') diff --git a/scripts/flash-ar100.py b/scripts/flash-ar100.py index 0896ae07..7c3fc92a 100755 --- a/scripts/flash-ar100.py +++ b/scripts/flash-ar100.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file may be distributed under the terms of the GNU GPLv3 license. -import mmap import argparse +import mmap import sys FW_START = 0x00004000 -- cgit v1.2.3-70-g09d2