Code styling fixed
This commit is contained in:
parent
5712c3da63
commit
16ed0280cd
@ -2,7 +2,6 @@ import argparse
|
||||
import logging
|
||||
|
||||
|
||||
|
||||
class Cli:
|
||||
def __init__(self, l: logging.Logger):
|
||||
parser = argparse.ArgumentParser()
|
||||
@ -50,6 +49,7 @@ class Cli:
|
||||
|
||||
if self.__args.debug:
|
||||
import debugpy
|
||||
|
||||
debugpy.listen(5678)
|
||||
debugpy.wait_for_client()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user