Skip to content

Commit 97744de

Browse files
committed
Remove unused import (again)
1 parent a062a19 commit 97744de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/markdown2.py

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, Type, TypedDict, Union
127127
from collections.abc import Collection
128128
from enum import IntEnum, auto
129-
from os import urandom
130129

131130
# ---- type defs
132131
_safe_mode = Literal['replace', 'escape']

0 commit comments

Comments
 (0)