Skip to content

Commit

Permalink
Removed NoneType.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emery Berger committed Apr 13, 2024
1 parent d1f5576 commit 4fe6d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chatdbg/util/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
from chatdbg.util.config import chatdbg_config
from .text import truncate_proportionally
from types import NoneType
from typing import Any, Callable, List, Union, Optional


Expand Down

0 comments on commit 4fe6d37

Please sign in to comment.