Skip to content

Commit

Permalink
lint - kamangir/bolt#1234
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 18, 2024
1 parent c11afc5 commit 25114fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion abcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NAME = "abcli"

VERSION = "7.2686.1"
VERSION = "7.2687.1"

DESCRIPTION = "🚀 a language to speak AI."

Expand Down
9 changes: 9 additions & 0 deletions abcli/tests/test_abcli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""test for abcli.fullname()
"""

from abcli import fullname


def test_abcli():
"""test for abcli.fullname()"""
assert fullname()

0 comments on commit 25114fe

Please sign in to comment.