Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jun 23, 2022
1 parent 2a50f03 commit a944708
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/geojson-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Message } from '@lumino/messaging';

import { IRenderMime } from '@jupyterlab/rendermime-interfaces';

import {view} from 'geoverview';
import { view } from 'geoverview';

import '../style/index.css';

Expand Down Expand Up @@ -83,8 +83,6 @@ export class RenderedGeoJSON extends Widget implements IRenderMime.IRenderer {
*/
protected onUpdateRequest(msg: Message): void {
// Update map size after update
if (this.isVisible) {
}
}

private _mimeType: string;
Expand Down

0 comments on commit a944708

Please sign in to comment.