Skip to content

Commit f1b851e

Browse files
update comment for clairity
1 parent be12487 commit f1b851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anyvlm/schemas/vlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from anyvlm import __version__
88
from anyvlm.utils.types import Zygosity
99

10-
# ruff: noqa: N815 (allows camelCase vars instead of snake_case)
10+
# ruff: noqa: N815 (allows camelCase vars instead of snake_case to align with expected VLM protocol response)
1111

1212
RESULT_ENTITY_TYPE = "genomicVariant"
1313

0 commit comments

Comments
 (0)