aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pygithub3/services/git_data/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/git_data/__init__.py b/pygithub3/services/git_data/__init__.py
index a12ddea..4a3ff9f 100644
--- a/pygithub3/services/git_data/__init__.py
+++ b/pygithub3/services/git_data/__init__.py
@@ -8,7 +8,7 @@ from .references import References
from .tags import Tags
from .trees import Trees
-def GitData(Service):
+class GitData(Service):
"""Consume `Git Data API <http://developer.github.com/v3/git/>`_"""
def __init__(self, **config):