Skip to content

Commit

Permalink
Lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Sep 12, 2024
1 parent 9227b66 commit 724dd7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"Programming Language :: Python :: 3.10",
],
description="Comet tool for logging and evaluating LLM traces",
long_description=open(os.path.join(HERE, "..", "..", "README.md"), encoding="utf-8").read(),
long_description=open(
os.path.join(HERE, "..", "..", "README.md"), encoding="utf-8"
).read(),
long_description_content_type="text/markdown",
install_requires=[
"httpx<1.0.0",
Expand Down

0 comments on commit 724dd7e

Please sign in to comment.