Change import location of octokit routes

octokit-routes v2
This commit is contained in:
Kyle Hornberg
2020-01-08 15:19:34 -06:00
parent 699808c686
commit 1333bb78fc
+1 -1
View File
@@ -9,7 +9,7 @@ import requests
from jose import jwt
from octokit import errors
from octokit import utils
from routes import specifications
from octokit_routes import specifications
page_regex = re.compile(r'[\?\&]page=(\d+)[_&=%+\w\d]*>; rel="(\w+)"')