From 46ef9612929ce949f7850aaaf998b17f8597238a Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 16 Mar 2022 16:10:14 +0300 Subject: [PATCH] Del unnecessary class from #1 --- gitflic/api.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gitflic/api.py b/gitflic/api.py index 2fe4d02..193ffeb 100644 --- a/gitflic/api.py +++ b/gitflic/api.py @@ -13,13 +13,6 @@ from .exceptions import ( API_URL = 'https://api.gitflic.ru' -class GitflicAPIMethods(Enum): - """ Methods that you may use for calling API. """ - USER_ME = "/user/me" - USER = "/user" - # There is not all methods, please expand if you need some other method. - - class Gitflic: """ Gitflic API wrapper.