Skip to content

Commit

Permalink
Fix extra Anthropic import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Oct 7, 2024
1 parent a822103 commit 86f0775
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 = "readmeai"
version = "0.5.92"
version = "0.5.93"
description = "Automated README file generator, powered by AI."
authors = ["Eli <egsalamie@gmail.com>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion readmeai/models/claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging
from typing import Any

import anthropic
from tenacity import (
retry,
retry_if_exception_type,
Expand Down
3 changes: 2 additions & 1 deletion readmeai/templates/quickstart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import tomllib
from pathlib import Path
from string import Template

import tomllib

from readmeai.config.settings import ConfigLoader
from readmeai.generators.quickstart import QuickStartGenerator
from readmeai.ingestion.models import QuickStart, RepositoryContext
Expand Down

0 comments on commit 86f0775

Please sign in to comment.