From 28132d4bcea0d5b3de42e1ed7e4687cbad626e56 Mon Sep 17 00:00:00 2001 From: scoder Date: Thu, 8 Sep 2022 19:08:12 +0200 Subject: [PATCH] Fix formatting issue. --- lxml-stubs/etree.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxml-stubs/etree.pyi b/lxml-stubs/etree.pyi index c70e989..54f4991 100644 --- a/lxml-stubs/etree.pyi +++ b/lxml-stubs/etree.pyi @@ -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,