Skip to content

Commit

Permalink
Fix formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder authored Sep 8, 2022
1 parent 2851617 commit 28132d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxml-stubs/etree.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This is *far* from complete, and the stubgen-generated ones crash mypy.
# Any use of `Any` below means I couldn't figure out the type.

from os import PathLike
import sys
from os import PathLike
from typing import (
IO,
Any,
Expand Down

0 comments on commit 28132d4

Please sign in to comment.