Skip to content

Commit 2ff0bfd

Browse files
committed
Fixed Pylint error
1 parent 5e47596 commit 2ff0bfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/models/test_magic_parts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# pyright: reportPrivateUsage=false, reportMissingImports=false, reportUnnecessaryTypeIgnoreComment=false
2-
"""Tests for Magic* parts provider handling.
3-
"""
2+
"""Tests for Magic* parts provider handling."""
43

54
from typing import Any, cast
65

0 commit comments

Comments
 (0)