Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Dec 6, 2023
1 parent 1d22b0c commit e1f9373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import logging
from typing import Any, Dict, List, Optional

from haystack import Document, component, default_to_dict
from gradientai import Gradient
from haystack import Document, component, default_to_dict

logger = logging.getLogger(__name__)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Any, Dict, List, Optional

from haystack import component, default_to_dict
from gradientai import Gradient
from haystack import component, default_to_dict


@component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import logging
from typing import Any, Dict, List, Optional

from haystack import component, default_to_dict
from gradientai import Gradient

from haystack import component, default_to_dict

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e1f9373

Please sign in to comment.