refactor: Remove main from packages
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ae61709657
commit
dfba791804
2 changed files with 0 additions and 8 deletions
|
@ -80,7 +80,3 @@ def main():
|
|||
print(f"Failed to execute check: {str(err)}")
|
||||
logger.debug(err, exc_info=True)
|
||||
sys.exit(Unknown.code)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
@ -133,7 +133,3 @@ def main():
|
|||
print(f"Failed to execute check: {str(err)}")
|
||||
logger.debug(err, exc_info=True)
|
||||
sys.exit(Unknown.code)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue