Skip to content

Commit 63dc17f

Browse files
committed
Fix quotes in toml lol
1 parent ed99168 commit 63dc17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ exclude_lines = [
141141
"pragma: no cover",
142142
"raise NotImplementedError",
143143
"if TYPE_CHECKING:",
144-
"if "ipykernel" in sys.modules:",
144+
"if \"ipykernel\" in sys.modules:",
145145
]
146146

147147
[tool.coverage.xml]

0 commit comments

Comments
 (0)