|
@@ -1,9 +1,9 @@
|
|
|
from django.core.urlresolvers import reverse
|
|
|
|
|
|
-from sentry.discover.models import KeyTransaction, MAX_KEY_TRANSACTIONS
|
|
|
-from sentry.utils.samples import load_data
|
|
|
+from sentry.discover.models import MAX_KEY_TRANSACTIONS, KeyTransaction
|
|
|
from sentry.testutils import APITestCase, SnubaTestCase
|
|
|
-from sentry.testutils.helpers.datetime import iso_format, before_now
|
|
|
+from sentry.testutils.helpers.datetime import before_now, iso_format
|
|
|
+from sentry.utils.samples import load_data
|
|
|
|
|
|
|
|
|
class KeyTransactionTest(APITestCase, SnubaTestCase):
|