From 5d162b739b836b5224d54bd4064e2efcb4402b31 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 22 Jan 2020 09:01:35 -0500 Subject: [PATCH] Fix import order to address linting error --- awx/ui_next/src/api/models/Organizations.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/api/models/Organizations.test.jsx b/awx/ui_next/src/api/models/Organizations.test.jsx index 49ca13e87d..f1c4a05db6 100644 --- a/awx/ui_next/src/api/models/Organizations.test.jsx +++ b/awx/ui_next/src/api/models/Organizations.test.jsx @@ -1,5 +1,5 @@ -import Organizations from './Organizations'; import { describeNotificationMixin } from '@testUtils/apiReusable'; +import Organizations from './Organizations'; describe('OrganizationsAPI', () => { const orgId = 1;