Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 8, 2023
1 parent c00357c commit 4a633e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatnoir_api/chat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from json import dumps
from typing import Literal
from typing_extensions import Literal
from urllib.parse import urljoin

from requests import post
Expand Down

0 comments on commit 4a633e6

Please sign in to comment.