Skip to content

Commit

Permalink
Merge pull request #124 from PrefectHQ/api_imports
Browse files Browse the repository at this point in the history
Update API import in graphql resolvers for agents and artifacts
  • Loading branch information
cicdw authored Nov 5, 2020
2 parents 23f9f1b + 227097c commit e317ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/prefect_server/graphql/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from graphql import GraphQLResolveInfo

from prefect_server import api
from prefect import api
from prefect_server.utilities.graphql import mutation


Expand Down
2 changes: 1 addition & 1 deletion src/prefect_server/graphql/artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from graphql import GraphQLResolveInfo

from prefect_server import api
from prefect import api
from prefect_server.utilities.graphql import mutation


Expand Down

0 comments on commit e317ce6

Please sign in to comment.