Skip to content

Commit 4d0188e

Browse files
committed
[HOT-FIX] files hot fix: create tests;
1 parent c304f4b commit 4d0188e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/integration_test_data_objects.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# -*- coding: utf-8 -*-
22
from hashlib import md5
33

4+
import requests
5+
from syncano.models import Object
6+
from tests.integration_test import InstanceMixin, IntegrationTest
7+
48
try:
59
# python2
610
from StringIO import StringIO
711
except ImportError:
812
# python3
913
from io import StringIO
1014

11-
import requests
12-
from syncano.models import Object
13-
from tests.integration_test import InstanceMixin, IntegrationTest
1415

1516

1617
class DataObjectFileTest(InstanceMixin, IntegrationTest):

0 commit comments

Comments
 (0)