From 7d418d62bf085233cc396c35fb63f4f5cf15300b Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Mon, 9 Oct 2017 17:34:03 -0700 Subject: [PATCH] not so fast --- frontend/src/metabase/admin/databases/database.js | 1 - frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx | 1 - frontend/src/metabase/dashboard/dashboard.js | 1 - frontend/src/metabase/dashboard/hoc/DashboardControls.jsx | 1 - frontend/src/metabase/reference/components/GuideDetail.jsx | 1 - frontend/src/metabase/reference/segments/SegmentDetail.jsx | 1 - frontend/src/metabase/reference/segments/SegmentSidebar.jsx | 1 - 7 files changed, 7 deletions(-) diff --git a/frontend/src/metabase/admin/databases/database.js b/frontend/src/metabase/admin/databases/database.js index 23a903d2474..ff730c2703f 100644 --- a/frontend/src/metabase/admin/databases/database.js +++ b/frontend/src/metabase/admin/databases/database.js @@ -3,7 +3,6 @@ import _ from "underscore"; import { createAction } from "redux-actions"; import { handleActions, combineReducers, createThunkAction } from "metabase/lib/redux"; import { push } from "react-router-redux"; -import { t } from 'c-3po' import MetabaseAnalytics from "metabase/lib/analytics"; import MetabaseSettings from "metabase/lib/settings"; diff --git a/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx b/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx index 1cf615cb6ef..30c4e3fbacb 100644 --- a/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx +++ b/frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx @@ -9,7 +9,6 @@ import { Link } from 'react-router' import { connect } from "react-redux"; import _ from "underscore"; import cx from "classnames"; -import { t } from 'c-3po' import Icon from 'metabase/components/Icon' import Input from 'metabase/components/Input' diff --git a/frontend/src/metabase/dashboard/dashboard.js b/frontend/src/metabase/dashboard/dashboard.js index 4c1505c1307..4b4d7c777e3 100644 --- a/frontend/src/metabase/dashboard/dashboard.js +++ b/frontend/src/metabase/dashboard/dashboard.js @@ -3,7 +3,6 @@ import { assoc, dissoc, assocIn, getIn, chain } from "icepick"; import _ from "underscore"; import moment from "moment"; -import { t } from 'c-3po' import { handleActions, combineReducers, createAction, createThunkAction } from "metabase/lib/redux"; import { normalize, schema } from "normalizr"; diff --git a/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx b/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx index 102f35e18ed..eb4234dfd2d 100644 --- a/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx +++ b/frontend/src/metabase/dashboard/hoc/DashboardControls.jsx @@ -4,7 +4,6 @@ import React, { Component } from "react"; import { connect } from "react-redux"; import { replace } from "react-router-redux"; -import { t } from 'c-3po' import MetabaseAnalytics from "metabase/lib/analytics"; import { parseHashOptions, stringifyHashOptions } from "metabase/lib/browser"; diff --git a/frontend/src/metabase/reference/components/GuideDetail.jsx b/frontend/src/metabase/reference/components/GuideDetail.jsx index f137c3e62d1..d3cb5b28541 100644 --- a/frontend/src/metabase/reference/components/GuideDetail.jsx +++ b/frontend/src/metabase/reference/components/GuideDetail.jsx @@ -3,7 +3,6 @@ import PropTypes from "prop-types"; import { Link } from "react-router"; import pure from "recompose/pure"; import cx from "classnames"; -import { t } from 'c-3po' import Icon from "metabase/components/Icon" import * as Urls from "metabase/lib/urls"; diff --git a/frontend/src/metabase/reference/segments/SegmentDetail.jsx b/frontend/src/metabase/reference/segments/SegmentDetail.jsx index d5e13f96926..4bce042b45f 100644 --- a/frontend/src/metabase/reference/segments/SegmentDetail.jsx +++ b/frontend/src/metabase/reference/segments/SegmentDetail.jsx @@ -3,7 +3,6 @@ import React, { Component } from "react"; import PropTypes from "prop-types"; import { connect } from "react-redux"; import { reduxForm } from "redux-form"; -import { t } from 'c-3po' import List from "metabase/components/List.jsx"; import LoadingAndErrorWrapper from "metabase/components/LoadingAndErrorWrapper.jsx"; diff --git a/frontend/src/metabase/reference/segments/SegmentSidebar.jsx b/frontend/src/metabase/reference/segments/SegmentSidebar.jsx index 93cec802666..f560f36573f 100644 --- a/frontend/src/metabase/reference/segments/SegmentSidebar.jsx +++ b/frontend/src/metabase/reference/segments/SegmentSidebar.jsx @@ -2,7 +2,6 @@ import React from "react"; import PropTypes from "prop-types"; import S from "metabase/components/Sidebar.css"; -import { t } from 'c-3po' import Breadcrumbs from "metabase/components/Breadcrumbs.jsx"; import SidebarItem from "metabase/components/SidebarItem.jsx" -- GitLab