fix: resolve CI linting failures and test path
Some checks failed
CI / test (push) Has been cancelled
ErrorFix CLI CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 04:28:27 +00:00
parent e71281a635
commit 60ca4e99b4

View File

@@ -1,6 +1,6 @@
import sys
import os
from typing import Optional, List, Tuple
from typing import Optional, Tuple
import click
@@ -146,4 +146,4 @@ def main():
if __name__ == '__main__':
main()
main()