diff --git a/.gitignore b/.gitignore index a488c39..975664a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__/ #var is weird test.py +.vscode/ # C extensions *.so diff --git a/Github/http.py b/Github/http.py index c0d87ba..51e834a 100644 --- a/Github/http.py +++ b/Github/http.py @@ -261,7 +261,6 @@ class http: return await result.json() raise InvalidToken - async def create_repo(self, name: str, description: str, public: bool, gitignore: str, license: str) -> GithubRepoData: """Creates a repo for you with given data""" data = {