File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import {
28
28
formatValidator ,
29
29
dataFromString
30
30
} from './implementation/string' ;
31
- import * as type from './implementation/type' ;
32
31
import { Metadata } from './metadata' ;
33
32
import { StorageService } from './service' ;
34
33
import { ListOptions , ListResult } from './list' ;
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { expect } from 'chai';
18
18
import { FirebaseApp } from '@firebase/app-types' ;
19
19
import * as constants from '../../src/implementation/constants' ;
20
20
import { Code , FirebaseStorageError } from '../../src/implementation/error' ;
21
- import * as type from '../../src/implementation/type' ;
22
21
import { Headers , XhrIo } from '../../src/implementation/xhrio' ;
23
22
import { XhrIoPool } from '../../src/implementation/xhriopool' ;
24
23
import { SendHook , StringHeaders , TestingXhrIo } from './xhrio' ;
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- import * as type from '../../src/implementation/type' ;
18
17
import { ErrorCode , Headers , XhrIo } from '../../src/implementation/xhrio' ;
19
18
import { FirebaseStorageError , Code } from '../../src/implementation/error' ;
20
19
You can’t perform that action at this time.
0 commit comments