Autoformat
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import click
|
||||
|
||||
from .cmd.service.service import service_group
|
||||
|
||||
|
||||
cli = click.CommandCollection(
|
||||
name='dragonion-server',
|
||||
sources=[
|
||||
service_group()
|
||||
]
|
||||
)
|
||||
cli = click.CommandCollection(name="dragonion-server", sources=[service_group()])
|
||||
|
||||
Reference in New Issue
Block a user