Skip to content

Commit 4e878ee

Browse files
committed
move import statement to be in alphabetical order
1 parent 004b3f5 commit 4e878ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybricksdev/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"""Command line wrapper around pybricksdev library."""
55

66
import argparse
7-
import questionary
87
import asyncio
98
import contextlib
109
import logging
1110
import os
11+
import questionary
1212
import sys
1313
from abc import ABC, abstractmethod
1414
from os import PathLike, path

0 commit comments

Comments
 (0)