mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-04 22:33:36 -07:00
style: fix linter errors
This commit is contained in:
@@ -13,7 +13,9 @@ def main():
|
||||
parser.add_argument("-p", "--port", help="CDC Port", default="auto")
|
||||
args = parser.parse_args()
|
||||
if not (port := resolve_port(logger, args.port)):
|
||||
logger.error("Is Flipper connected via USB, currently unlocked and not in DFU mode?")
|
||||
logger.error(
|
||||
"Is Flipper connected via USB, currently unlocked and not in DFU mode?"
|
||||
)
|
||||
return 1
|
||||
subprocess.call(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user