fix lint
This commit is contained in:
parent
10d750d87e
commit
6775669e78
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
import { assert } from '../../utils';
|
||||
import type * as channels from '@protocol/channels';
|
||||
import { BidiSession } from './bidiConnection';
|
||||
import type { BidiSession } from './bidiConnection';
|
||||
|
||||
const PagePaperFormats: { [key: string]: { width: number, height: number }} = {
|
||||
letter: { width: 8.5, height: 11 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue