Skip to content

Commit f1e781f

Browse files
author
Nat Williams
committed
def != class
1 parent 286cf17 commit f1e781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygithub3/services/git_data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .tags import Tags
99
from .trees import Trees
1010

11-
def GitData(Service):
11+
class GitData(Service):
1212
"""Consume `Git Data API <http://developer.github.com/v3/git/>`_"""
1313

1414
def __init__(self, **config):

0 commit comments

Comments
 (0)