Skip to content

Commit 6540a51

Browse files
committed
tests/test_variable.py: Silenced a false positive error raised by mypy
1 parent eccc96c commit 6540a51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_variable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# mypy: disable-error-code="attr-defined"
12
import logging
23
import math
34
import xml.etree.ElementTree as ET # noqa: N817

0 commit comments

Comments
 (0)