Skip to content

Commit

Permalink
Fix sorting of imports for ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Mar 11, 2024
1 parent 8844f21 commit b07c29a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

from astrapy.api import APIRequestError
from astrapy.db import AstraDB
from pydantic.dataclasses import dataclass

# For version tracking
from haystack import __name__ as integration_name
from haystack.version import __version__ as integration_version

from pydantic.dataclasses import dataclass

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b07c29a

Please sign in to comment.