fixed lint issue of StringUtils file (#480)

* fixed lint issue of StringUtils file

* Fixed null lint issue
This commit is contained in:
Sunil Kumar Yadav
2021-03-09 04:50:11 +05:30
committed by GitHub
parent 9617b80b56
commit d85b6285ac
8 changed files with 26 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
import path from "path";
import { ImmutableNotebook, ImmutableCodeCell } from "@nteract/commutable";
import { NotebookContentItem, NotebookContentItemType } from "./NotebookContentItem";
import { StringUtils } from "../../Utils/StringUtils";
import * as StringUtils from "../../Utils/StringUtils";
import * as GitHubUtils from "../../Utils/GitHubUtils";
// Must match rx-jupyter' FileType