Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fri-end committed Apr 9, 2024
1 parent f3a42ca commit 78ada12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unifyai"
version = "0.7.0"
version = "0.7.1"
readme = "README.md"
description = "A Python package for interacting with the Unify API"
authors = ["Unify <hello@unify.com>"]
Expand Down
2 changes: 1 addition & 1 deletion unifyai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Unify python module."""

from unifyai.chat import ChatBot # noqa: F403
from unifyai.clients import AsyncUnify, Unify # noqa: F403
from unifyai.chat import ChatBot # noqa: F403
2 changes: 1 addition & 1 deletion unifyai/chat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

from unifyai import Unify
from unifyai.clients import Unify


class ChatBot: # noqa: WPS338
Expand Down

0 comments on commit 78ada12

Please sign in to comment.