From 66015d737a7102673687ebc4b5e0e035e32e3134 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Sun, 1 May 2022 00:44:59 +0530 Subject: [PATCH] PEP 8 --- {Github => github}/__init__.py | 0 {Github => github}/cache.py | 0 {Github => github}/client.py | 0 {Github => github}/exceptions.py | 0 {Github => github}/http.py | 0 {Github => github}/objects.py | 0 {Github => github}/urls.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {Github => github}/__init__.py (100%) rename {Github => github}/cache.py (100%) rename {Github => github}/client.py (100%) rename {Github => github}/exceptions.py (100%) rename {Github => github}/http.py (100%) rename {Github => github}/objects.py (100%) rename {Github => github}/urls.py (100%) diff --git a/Github/__init__.py b/github/__init__.py similarity index 100% rename from Github/__init__.py rename to github/__init__.py diff --git a/Github/cache.py b/github/cache.py similarity index 100% rename from Github/cache.py rename to github/cache.py diff --git a/Github/client.py b/github/client.py similarity index 100% rename from Github/client.py rename to github/client.py diff --git a/Github/exceptions.py b/github/exceptions.py similarity index 100% rename from Github/exceptions.py rename to github/exceptions.py diff --git a/Github/http.py b/github/http.py similarity index 100% rename from Github/http.py rename to github/http.py diff --git a/Github/objects.py b/github/objects.py similarity index 100% rename from Github/objects.py rename to github/objects.py diff --git a/Github/urls.py b/github/urls.py similarity index 100% rename from Github/urls.py rename to github/urls.py