mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Format Python script with linter
This commit is contained in:
parent
59af4114dd
commit
ae6192111d
1 changed files with 20 additions and 17 deletions
|
@ -2,9 +2,11 @@
|
|||
|
||||
import json
|
||||
import os
|
||||
import requests
|
||||
from pathlib import Path
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
def main():
|
||||
# Path to the language definitions file
|
||||
|
@ -73,5 +75,6 @@ def main():
|
|||
|
||||
print("All language tags processed")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue