Skip to content

Commit

Permalink
fix: requests import
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 17, 2024
1 parent ac2a22d commit b07234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/composio/tools/env/flyio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import typing as t
import uuid

import requests
import typing_extensions as te

from composio.tools.env.constants import DEFAULT_IMAGE
Expand All @@ -14,7 +15,6 @@
try:
import gql
import gql.transport
import requests
from gql.transport.requests import RequestsHTTPTransport

FLYIO_DEPENDENCIES_INSTALLED = True
Expand Down

0 comments on commit b07234e

Please sign in to comment.