Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 8, 2021
1 parent c1291a8 commit 234f484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mpl_widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import * as utils from './utils';

import { MODULE_VERSION } from './version';


export class MPLCanvasModel extends DOMWidgetModel {
offscreen_canvas: HTMLCanvasElement;
offscreen_context: CanvasRenderingContext2D;
Expand Down Expand Up @@ -51,7 +50,7 @@ export class MPLCanvasModel extends DOMWidgetModel {

static serializers: ISerializers = {
...DOMWidgetModel.serializers,
toolbar: { deserialize: unpack_models as any }
toolbar: { deserialize: unpack_models as any },
};

initialize(attributes: any, options: any) {
Expand Down

0 comments on commit 234f484

Please sign in to comment.