jenwitteng commented on code in PR #42157:
URL: https://github.com/apache/superset/pull/42157#discussion_r3627444777


##########
superset-frontend/src/middleware/asyncEvent.test.ts:
##########
@@ -18,7 +18,11 @@
  */
 import fetchMock from 'fetch-mock';
 import WS from 'jest-websocket-mock';
-import { parseErrorJson, isFeatureEnabled } from '@superset-ui/core';
+import {
+  parseErrorJson,

Review Comment:
   this is a false positive; it's used at lines 143 and 487, and both 
pre-commit's oxlint run and my local check confirm no unused-import warning 
exists for it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to