Skip to content

Commit

Permalink
lint fix: simple-import-sort/imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davetsay committed Oct 12, 2023
1 parent 73b0bae commit 6578b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/charts/bar/pluginSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import EventEmitter from 'EventEmitter';
import { createOpenMct, resetApplicationState } from 'utils/testing';
import Vue from 'vue';

import { BAR_GRAPH_KEY, BAR_GRAPH_VIEW, BAR_GRAPH_INSPECTOR_KEY } from './BarGraphConstants';
import { BAR_GRAPH_INSPECTOR_KEY, BAR_GRAPH_KEY, BAR_GRAPH_VIEW } from './BarGraphConstants';
import BarGraphPlugin from './plugin';

describe('the plugin', function () {
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/faultManagement/pluginSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

import { createOpenMct, resetApplicationState } from '../../utils/testing';
import {
FAULT_MANAGEMENT_INSPECTOR,
FAULT_MANAGEMENT_NAMESPACE,
FAULT_MANAGEMENT_TYPE,
FAULT_MANAGEMENT_VIEW,
FAULT_MANAGEMENT_INSPECTOR
FAULT_MANAGEMENT_VIEW
} from './constants';

describe('The Fault Management Plugin', () => {
Expand Down

0 comments on commit 6578b80

Please sign in to comment.