Skip to content

Commit e2410aa

Browse files
authored
Remove unused imports (#7224)
This fixes some warnings in the tests.
1 parent 8db918d commit e2410aa

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/Models/Catalog/Ows/WebProcessingServiceCatalogFunction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
makeObservable,
99
override
1010
} from "mobx";
11-
import CesiumMath from "terriajs-cesium/Source/Core/Math";
1211
import URI from "urijs";
1312
import filterOutUndefined from "../../../Core/filterOutUndefined";
1413
import isDefined from "../../../Core/isDefined";

lib/ReactViews/Analytics/RectangleParameterEditor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { withTranslation } from "react-i18next";
1616
import { observer } from "mobx-react";
1717
import { runInAction } from "mobx";
1818
import CommonStrata from "../../Models/Definition/CommonStrata";
19-
import { t } from "i18next";
2019

2120
@observer
2221
class RectangleParameterEditor extends React.Component {

lib/Styled/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import styled, { css, DefaultTheme, useTheme } from "styled-components";
2+
import styled, { css, useTheme } from "styled-components";
33
import Box, { IBoxProps } from "./Box";
44

55
export interface CommonProps {

0 commit comments

Comments
 (0)