mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +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 json
|
||||||
import os
|
import os
|
||||||
import requests
|
|
||||||
from pathlib import Path
|
|
||||||
import sys
|
import sys
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
import requests
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# Path to the language definitions file
|
# Path to the language definitions file
|
||||||
|
@ -73,5 +75,6 @@ def main():
|
||||||
|
|
||||||
print("All language tags processed")
|
print("All language tags processed")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue