Skip to content

Commit c4fd6c1

Browse files
Merge remote-tracking branch 'upstream/main' into feature/BCSS-20316-workflow-amendments
2 parents 89c63b2 + 6c57f94 commit c4fd6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/axe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PATH_FOR_REPORT = Path(os.getcwd()) / "axe-reports"
1111

1212

13-
class Axe:
13+
class Axe():
1414
"""
1515
This utility allows for interaction with axe-core, to allow for accessibility scanning of pages
1616
under test to identify any accessibility concerns.

0 commit comments

Comments
 (0)