CaedenPH / Jarvide

jarvide is a mix of an AI and an IDE that can securely run, save, edit, read, create, rename files all with a couple clicks of buttons.
MIT License
23 stars 17 forks source link

API connection base code and reformat of code #102

Closed Nipa-Dev closed 2 years ago

Nipa-Dev commented 2 years ago

Create API connection with aiohttp, reformat code with black and help of flake8. Create tox.ini for ignoring some flake8 errors/warnings. I placed the most stuff in commit message :/ Saying it again: Code is NOT tested.

StrangeEcho commented 2 years ago

so what you're trying to say is you made this big ass pr without testing any of the code….

Nipa-Dev commented 2 years ago

so what you're trying to say is you made this big ass pr without testing any of the code….

No I did not make a big commit and stuff, there are many commits but 1 of them was when I pulled the main repo. I only added the API stuff to bot constructor.

Nipa-Dev commented 2 years ago

@NotFlameDev they were unused imports tho

xCirno1 commented 2 years ago

@NotFlameDev they were unused imports tho

they are unused in __init__.py but it's used in other files. And without them, you can't import the stuff