Skip to content

Commit

Permalink
fix: ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mak626 committed Nov 25, 2023
1 parent c87361c commit 8facd2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/falcon_mongoengine/types.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import graphene
from graphene import relay
from graphene_mongo import MongoengineObjectType

from .models import Category, Bookmark
from graphene_mongo import MongoengineObjectType
from .models import Bookmark, Category


class CategoryType(MongoengineObjectType):
Expand Down
1 change: 0 additions & 1 deletion graphene_mongo/fields_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from graphql import GraphQLResolveInfo
from graphql_relay import cursor_to_offset, from_global_id
from mongoengine import QuerySet
from mongoengine.base import get_document
from promise import Promise
from pymongo.errors import OperationFailure

Expand Down

0 comments on commit 8facd2c

Please sign in to comment.