Skip to content

Commit dc1ecac

Browse files
committed
fix formatting issues
1 parent 41e7a77 commit dc1ecac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pybricksdev/cli/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
import contextlib
99
import logging
1010
import os
11-
import questionary
1211
import sys
1312
from abc import ABC, abstractmethod
1413
from os import PathLike, path
1514
from tempfile import NamedTemporaryFile
1615
from typing import ContextManager, TextIO
1716

1817
import argcomplete
18+
import questionary
1919
from argcomplete.completers import FilesCompleter
2020

2121
from pybricksdev import __name__ as MODULE_NAME
@@ -245,7 +245,9 @@ def is_pybricks_usb(dev):
245245
finally:
246246
await hub.disconnect()
247247

248+
248249
class Flash(Tool):
250+
249251
def add_parser(self, subparsers: argparse._SubParsersAction):
250252
parser = subparsers.add_parser(
251253
"flash", help="flash firmware on a LEGO Powered Up device"

0 commit comments

Comments
 (0)