Skip to content

Commit 04588c5

Browse files
committed
Ruff formating
1 parent 195163c commit 04588c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/pytribeam/command_line.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def work_in_progress():
6969
# ------- pytribeam --------
7070
# ----------------------------
7171

72+
7273
def pytribeam():
7374
"""
7475
Prints the command line documentation to the command window.
@@ -92,6 +93,7 @@ def pytribeam():
9293
# ----- pytribeam_info -----
9394
# ----------------------------
9495

96+
9597
def module_info() -> None:
9698
"""
9799
Prints lightweight package and environment information.
@@ -159,6 +161,7 @@ def module_info() -> None:
159161
# ----- pytribeam_gui ------
160162
# ----------------------------
161163

164+
162165
def launch_gui() -> None:
163166
"""
164167
Launches the pytribeam GUI.
@@ -175,6 +178,7 @@ def launch_gui() -> None:
175178
# ----- pytribeam_exp ------
176179
# ----------------------------
177180

181+
178182
def build_experiment_parser() -> argparse.ArgumentParser:
179183
"""
180184
Builds the argument parser for the pytribeam_exp command.
@@ -501,4 +505,3 @@ def setup_env() -> None:
501505
upgrade=args.upgrade,
502506
python_executable=sys.executable,
503507
)
504-

0 commit comments

Comments
 (0)