Skip to content

Commit 513f1d2

Browse files
committed
fix the order
1 parent e35a75e commit 513f1d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/download-wda-sim.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {fs, logger, zip} from '@appium/support';
2-
import { fileURLToPath } from 'url';
3-
import path from 'path';
42
import http from 'http';
53
import https from 'https';
6-
import os from 'os';
74
import _ from 'lodash';
5+
import os from 'os';
6+
import path from 'path';
7+
import { fileURLToPath } from 'url';
88
import { parseArgValue } from './utils.mjs';
99

1010
const DEFAULT_DEST_DIR = 'wda';

0 commit comments

Comments
 (0)