Skip to content

Commit 96a4e67

Browse files
committed
Minor: fix import ordering
1 parent 374942c commit 96a4e67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_svg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
from typing import Any
2+
13
import pytest
24
from hypothesis import given
3-
from typing import Any
45
from lxml import etree
56
from lxml.etree import _Element as Element
67

0 commit comments

Comments
 (0)