Skip to content

Commit 62c666b

Browse files
committed
refactor: remove unnecessary import
1 parent cce16cd commit 62c666b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/model/events/body-formatting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Headers } from '../../types';
22
import { styled } from '../../styles';
33

4-
import { jsonRecordsSeparators, ViewableContentType } from '../events/content-types';
4+
import { ViewableContentType } from '../events/content-types';
55
import { ObservablePromise, observablePromise } from '../../util/observable';
66
import { bufferToString, bufferToHex, splitBuffer } from '../../util/buffer';
77

src/services/ui-worker-formatters.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as beautifyXml from 'xml-beautifier';
88
import { Headers } from '../types';
99
import { bufferToHex, bufferToString, getReadableSize, splitBuffer } from '../util/buffer';
1010
import { parseRawProtobuf, extractProtobufFromGrpc } from '../util/protobuf';
11-
import { jsonRecordsSeparators } from '../model/events/content-types';
1211

1312
const truncationMarker = (size: string) => `\n[-- Truncated to ${size} --]`;
1413
const FIVE_MB = 1024 * 1024 * 5;

0 commit comments

Comments
 (0)