We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286cf17 commit f1e781fCopy full SHA for f1e781f
pygithub3/services/git_data/__init__.py
@@ -8,7 +8,7 @@
8
from .tags import Tags
9
from .trees import Trees
10
11
-def GitData(Service):
+class GitData(Service):
12
"""Consume `Git Data API <http://developer.github.com/v3/git/>`_"""
13
14
def __init__(self, **config):
0 commit comments