mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Remove unused imports
This commit is contained in:
parent
2dcec30f26
commit
7d9e2d038a
|
@ -1,5 +1,5 @@
|
|||
import { test, expect } from '@playwright/test';
|
||||
import { setLoginInfo, defaultMocks, tradeMocks } from './helpers';
|
||||
import { defaultMocks } from './helpers';
|
||||
|
||||
test.describe('Login', () => {
|
||||
test('Is not logged in', async ({ page }) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user