mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Fix import order to address linting error
This commit is contained in:
parent
b094c063ae
commit
5d162b739b
@ -1,5 +1,5 @@
|
||||
import Organizations from './Organizations';
|
||||
import { describeNotificationMixin } from '@testUtils/apiReusable';
|
||||
import Organizations from './Organizations';
|
||||
|
||||
describe('OrganizationsAPI', () => {
|
||||
const orgId = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user