Skip to content

Commit b4fbff4

Browse files
committed
fix the doctypes lint
1 parent 17cecf3 commit b4fbff4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
from __future__ import annotations
22

3-
import os
4-
import sys
5-
import typing
6-
73
import kdl
84

9-
with io.open("boilerplate/doctypes.kdl", "r") as fh:
5+
with open("boilerplate/doctypes.kdl", "r") as fh:
106
text = fh.read()
117
kdl.parse(text)

0 commit comments

Comments
 (0)