Skip to content

Commit

Permalink
clean up linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Sep 5, 2024
1 parent d96a7fd commit 7806ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions src/controller/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import jsLogger from "js-logger";
import { isEmpty, noop } from "lodash";
import { VisData, RemoteSimulator } from "../simularium";
import type {
NetConnectionParams,
TrajectoryFileInfo,
VisDataMessage,
} from "../simularium";
import type { NetConnectionParams, TrajectoryFileInfo } from "../simularium";
import { VisGeometry } from "../visGeometry";
import {
FileReturn,
Expand Down
4 changes: 0 additions & 4 deletions src/simularium/VisData.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import { difference } from "lodash";

import { compareTimes } from "../util";

import * as util from "./ThreadUtil";
import {
AGENT_OBJECT_KEYS,
AgentData,
FrameData,
TrajectoryFileInfo,
EncodedTypeMapping,
VisDataMessage,
} from "./types";
import { FrontEndError, ErrorLevel } from "./FrontEndError";
Expand Down

0 comments on commit 7806ac3

Please sign in to comment.