diff options
Diffstat (limited to 'pygithub3/resources/repos.py')
-rw-r--r-- | pygithub3/resources/repos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/resources/repos.py b/pygithub3/resources/repos.py index 89e5682..99a6d4b 100644 --- a/pygithub3/resources/repos.py +++ b/pygithub3/resources/repos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -from collections import OrderedDict +from pygithub3.core.utils import OrderedDict from .base import Resource from .users import User |