Skip to content

Commit 0215003

Browse files
committed
fix: imports order
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 93071a7 commit 0215003

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
@@ -20,11 +20,11 @@
2020

2121
import type { AuthenticationGetSessionOptions, AuthenticationSession, ExtensionContext } from '@podman-desktop/api';
2222
import { authentication, commands } from '@podman-desktop/api';
23-
import { Organization } from './rh-api/subscription';
2423
import { afterEach, beforeEach, expect, suite, test, vi } from 'vitest';
2524

2625
import * as extension from './extension';
2726
import * as podmanCli from './podman-cli';
27+
import { Organization } from './rh-api/subscription';
2828
import * as subscription from './rh-api/subscription';
2929
import { ExtensionTelemetryLogger } from './telemetry';
3030
import * as util from './util';

0 commit comments

Comments
 (0)