nix fmt
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import argparse
|
||||
import inspect
|
||||
import logging
|
||||
import shlex
|
||||
|
||||
@@ -9,7 +8,6 @@ from clan_cli.custom_logger import get_caller
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
class Cli:
|
||||
def __init__(self) -> None:
|
||||
self.parser = create_parser(prog="clan")
|
||||
|
||||
Reference in New Issue
Block a user