Fixed deprecation warning (#1313)

This commit is contained in:
Forest Anderson 2022-09-24 09:00:45 -04:00 committed by GitHub
parent 97442f9cee
commit 0b2cc4ecb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ from functools import partial
from django.db.models.query import QuerySet
from graphql_relay.connection.array_connection import (
from graphql_relay import (
connection_from_array_slice,
cursor_to_offset,
get_offset_with_default,