Skip to content

Commit e4fe584

Browse files
remove unused imports
1 parent cef1b91 commit e4fe584

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontmatter/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
import codecs
88
import io
9-
import os
10-
from typing import TYPE_CHECKING, Iterable, cast
9+
from typing import TYPE_CHECKING, Iterable
1110

1211
from .util import u
1312
from .default_handlers import YAMLHandler, JSONHandler, TOMLHandler

0 commit comments

Comments
 (0)