Skip to content

Commit 161c054

Browse files
Potential fix for code scanning alert no. 54: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent e2b7ac9 commit 161c054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bi-directional/e2e/checkBiDirectionalApps.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { test, expect, BasePage } from './utils/base-test';
1+
import { test, expect } from './utils/base-test';
22
import { selectors } from './utils/selectors';
33
import { Constants } from './utils/constants';
44

0 commit comments

Comments
 (0)