11import _testutils
2+ import lxml .ElementInclude as _ei
23import lxml .etree as _e
34import lxml .html as _h
45import lxml .isoschematron as _sch
56import lxml .objectify as _o
6- import lxml .ElementInclude as _ei
77
88reveal_type = getattr (_testutils , "reveal_type_wrapper" )
99
1010
1111class TestEtreeConstants :
12-
1312 def test_ver_const (self ) -> None :
1413 reveal_type (_e .LIBXML_COMPILED_VERSION )
1514 reveal_type (_e .LIBXML_VERSION )
@@ -25,7 +24,6 @@ def test_other_const(self) -> None:
2524
2625
2726class TestSchematronConstants :
28-
2927 def test_ns_const (self ) -> None :
3028 reveal_type (_sch .RELAXNG_NS )
3129 reveal_type (_sch .SCHEMATRON_NS )
@@ -34,20 +32,17 @@ def test_ns_const(self) -> None:
3432
3533
3634class TestObjectifyConstants :
37-
3835 def test_all_const (self ) -> None :
3936 reveal_type (_o .__version__ )
4037 reveal_type (_o .PYTYPE_ATTRIBUTE )
4138
4239
4340class TestHtmlConstants :
44-
4541 def test_ns_const (self ) -> None :
4642 reveal_type (_h .XHTML_NAMESPACE )
4743
4844
4945class TestElemIncludeConstants :
50-
5146 def test_xinc_const (self ) -> None :
5247 reveal_type (_ei .XINCLUDE )
5348 reveal_type (_ei .XINCLUDE_FALLBACK )
0 commit comments