Skip to content

Commit

Permalink
Merge pull request #163 from timkpaine/master
Browse files Browse the repository at this point in the history
small style fixes
  • Loading branch information
texodus authored Jul 20, 2018
2 parents fab5c41 + 970d164 commit 85d1525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/perspective-jupyterlab/src/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {IRenderMime} from '@jupyterlab/rendermime-interfaces';
import '../src/css/index.css';
import '../src/css/material.dark.css';

import {PSPHelper, PSPWebsocketHelper, PSPSocketIOHelper, PSPHttpHelper} from './utils.js';
import {PSPHelper, PSPWebsocketHelper, PSPSocketIOHelper, PSPHttpHelper} from './utils';

import "@jpmorganchase/perspective-viewer";
import "@jpmorganchase/perspective-viewer-hypergrid";
Expand All @@ -37,7 +37,7 @@ interface PerspectiveSpec {
data: string,
schema: string,
layout: string,
config: string;
config: string
}

export class RenderedPSP extends Widget implements IRenderMime.IRenderer {
Expand Down

0 comments on commit 85d1525

Please sign in to comment.