Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[HOT-FIX] correct isort;
  • Loading branch information
opalczynski committed Sep 27, 2016
commit 6115f2528b401fd3a221bc80d06416629be6e417
2 changes: 1 addition & 1 deletion tests/integration_test_data_objects.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
import six
from hashlib import md5

import requests
import six
from syncano.models import Object
from tests.integration_test import InstanceMixin, IntegrationTest

Expand Down