fix: correct formatting and add missing newlines in selector and EXAMPLE service

This commit is contained in:
Andy
2026-02-26 08:10:21 -07:00
parent 31f8532131
commit 9dc56e63c4
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
import sys
import click
from rich.console import Group
from rich.live import Live
from rich.padding import Padding
from rich.table import Table
from rich.text import Text
from unshackle.core.console import console
IS_WINDOWS = sys.platform == "win32"