Unverified Commit fd155a34 authored by Mouad Debbar's avatar Mouad Debbar Committed by GitHub

[web] Remove unnecessary lint ignore (#133164)

This became unnecessary since https://github.com/flutter/flutter/pull/132087
parent d8b1e81c
......@@ -4,10 +4,6 @@
import 'dart:async';
import 'dart:js_interop';
// The analyzer currently thinks `js_interop_unsafe` is unused, but it is used
// for `JSObject.[]=`.
// ignore: unused_import
import 'dart:js_interop_unsafe';
import 'dart:math' as math;
import 'dart:ui';
import 'dart:ui_web' as ui_web;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment