Skip to content

Commit

Permalink
fix: gql imports
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 17, 2024
1 parent 2e2e0b4 commit 6756b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/composio/tools/env/flyio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
import typing as t
import uuid

import gql
import gql.transport
import typing_extensions as te

from composio.tools.env.constants import DEFAULT_IMAGE
from composio.utils.logging import WithLogger


try:
import gql
import gql.transport
import requests
from gql.transport.requests import RequestsHTTPTransport

Expand Down

0 comments on commit 6756b98

Please sign in to comment.