File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- encoding: utf-8 -*-
33
4- from pygithub3 .core .utils import json
4+ from pygithub3 .core .compat import json
55from pygithub3 .exceptions import NotFound , BadRequest , UnprocessableEntity
66
77
Original file line number Diff line number Diff line change 33
44import re
55
6- from pygithub3 .core .utils import import_module , json
6+ from pygithub3 .core .compat import import_module , json
77from pygithub3 .exceptions import (RequestDoesNotExist , UriInvalid ,
88 ValidationError , InvalidBodySchema )
99from pygithub3 .resources .base import Raw
Original file line number Diff line number Diff line change 33
44from datetime import datetime
55
6- from pygithub3 .core .utils import json
6+ from pygithub3 .core .compat import json
77
88GITHUB_DATE_FORMAT = '%Y-%m-%dT%H:%M:%SZ'
99
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- encoding: utf-8 -*-
33
4- from pygithub3 .core .utils import OrderedDict
4+ from pygithub3 .core .compat import OrderedDict
55
66from .base import Resource
77from .users import User
You can’t perform that action at this time.
0 commit comments