Skip to content

Commit

Permalink
fix ruamel.yaml import
Browse files Browse the repository at this point in the history
  • Loading branch information
gabisurita committed Dec 22, 2016
1 parent 91f0a04 commit 250e78d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kinto/core/views/swagger.py
@@ -1,7 +1,7 @@
import os
import yaml
import pkg_resources

from ruamel import yaml
from pyramid import httpexceptions
from pyramid.settings import aslist
from pyramid.security import NO_PERMISSION_REQUIRED
Expand Down
5 changes: 3 additions & 2 deletions tests/core/test_views_swagger.py
@@ -1,8 +1,9 @@
import os
import unittest
import mock
import yaml
import tempfile
import os

from ruamel import yaml

from kinto.core.views.swagger import swagger_view
from .support import BaseWebTest
Expand Down

0 comments on commit 250e78d

Please sign in to comment.