Skip to content

Commit c7bfd4a

Browse files
committed
Reorganize imports
1 parent d6b22d9 commit c7bfd4a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_signature_authentication.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import copy
22
import json
33
import unittest
4-
from datetime import timedelta
5-
64
import requests_mock
7-
8-
from tests import get_test_time, request_body_matcher
5+
from datetime import timedelta
96
from transloadit.client import Transloadit
107
from transloadit.request import Request
8+
from . import get_test_time, request_body_matcher
119

1210

1311
class TestSignatureAuthentication(unittest.TestCase):

0 commit comments

Comments
 (0)