Skip to content

Commit 40e1314

Browse files
committed
fix: import ordering lint error
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 3b6c0e0 commit 40e1314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import { afterEach, beforeEach, expect, suite, test, vi } from 'vitest';
2424

2525
import * as extension from './extension';
2626
import * as podmanCli from './podman-cli';
27-
import { Organization } from './rh-api/subscription';
2827
import * as subscription from './rh-api/subscription';
28+
import { Organization } from './rh-api/subscription';
2929
import { ExtensionTelemetryLogger } from './telemetry';
3030
import * as util from './util';
3131

0 commit comments

Comments
 (0)