Skip to content

Commit 28132d4

Browse files
authored
Fix formatting issue.
1 parent 2851617 commit 28132d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lxml-stubs/etree.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# This is *far* from complete, and the stubgen-generated ones crash mypy.
33
# Any use of `Any` below means I couldn't figure out the type.
44

5-
from os import PathLike
65
import sys
6+
from os import PathLike
77
from typing import (
88
IO,
99
Any,

0 commit comments

Comments
 (0)