Skip to content

Commit e89ef03

Browse files
committed
Remove unused import from system_test_setup
1 parent 7a57536 commit e89ef03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_breast_screening/config/system_test_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
22
import os
3-
from playwright.sync_api import sync_playwright, expect
3+
from playwright.sync_api import sync_playwright
44

55
class SystemTestCase(StaticLiveServerTestCase):
66
@classmethod

0 commit comments

Comments
 (0)