Skip to content

Commit

Permalink
Reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Mar 25, 2024
1 parent d6b22d9 commit c7bfd4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_signature_authentication.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import copy
import json
import unittest
from datetime import timedelta

import requests_mock

from tests import get_test_time, request_body_matcher
from datetime import timedelta
from transloadit.client import Transloadit
from transloadit.request import Request
from . import get_test_time, request_body_matcher


class TestSignatureAuthentication(unittest.TestCase):
Expand Down

0 comments on commit c7bfd4a

Please sign in to comment.