mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
login
This commit is contained in:
+2
-1
@@ -7,8 +7,9 @@ heroku.api
|
||||
This module provides the basic API interface for Heroku.
|
||||
"""
|
||||
|
||||
import json
|
||||
|
||||
import requests
|
||||
from .compat import json
|
||||
from .helpers import is_collection
|
||||
from .structures import KeyedListResource
|
||||
from .models import *
|
||||
|
||||
Reference in New Issue
Block a user