Skip to content

Commit

Permalink
print_function
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Sep 17, 2018
1 parent 791a6ae commit 1a33f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cli/test_models_integration.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
from __future__ import print_function

import json
from pprint import pprint

import pytest
import six
from jsondiff import diff

from rebrickable_api import LegoApi, ApiClient, UsersApi
from rebrickable_api import LegoApi, UsersApi
from rebrickable_cli.cli.common import State
from rebrickable_cli.cli.user import get_user_token
from rebrickable_cli.cli.main import get_api_client
Expand Down
2 changes: 2 additions & 0 deletions tests/cli/test_users.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import print_function

from rebrickable_cli.cli.common import State
from rebrickable_cli.cli.main import OutputFormatter
from rebrickable_cli.cli.users import users_badges_list, users_badge
Expand Down

0 comments on commit 1a33f68

Please sign in to comment.