Skip to content

Commit

Permalink
refac: Remove unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <noblemittal@outlook.com>
  • Loading branch information
beingnoble03 committed Sep 14, 2024
1 parent 1480769 commit 71a0f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { TextInput } from '../../TextInput';
import { success } from '../../Snackbar';
import { FormError } from '../../forms/FormError';
import Toggle from '../../toggle/Toggle';
import { topodata, vtadmin } from '../../../proto/vtadmin';
import { vtadmin } from '../../../proto/vtadmin';
import { MultiSelect } from '../../inputs/MultiSelect';

interface FormData {
Expand Down
3 changes: 1 addition & 2 deletions web/vtadmin/src/util/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { invert } from 'lodash-es';
import { vtctldata, vtadmin as pb, topodata } from '../proto/vtadmin';
import { vtctldata, vtadmin as pb } from '../proto/vtadmin';
import { formatAlias } from './tablets';

/**
Expand Down

0 comments on commit 71a0f8b

Please sign in to comment.