Skip to content

Commit c5bbb2c

Browse files
committed
fix(lint): remove unused Literal import in config.py
1 parent cd9dd3a commit c5bbb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trueentropy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from __future__ import annotations
2828

2929
from dataclasses import dataclass
30-
from typing import Any, Literal
30+
from typing import Any
3131

3232
# -----------------------------------------------------------------------------
3333
# Source Metadata

0 commit comments

Comments
 (0)