mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-06-04 21:25:44 -04:00
run ruff formatting
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
import argparse
|
||||
|
||||
from libretranslate.init import check_and_install_models
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user