mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
fix from flake8
This commit is contained in:
parent
0f4fd4ea50
commit
9eccae70b6
|
@ -1,8 +1,6 @@
|
|||
from ..utils.subclass_with_meta import SubclassWithMeta
|
||||
from ..utils.trim_docstring import trim_docstring
|
||||
|
||||
from typing import Type
|
||||
|
||||
|
||||
class BaseOptions:
|
||||
name = None # type: str
|
||||
|
|
|
@ -3,8 +3,6 @@ from graphql.language.ast import BooleanValue, FloatValue, IntValue, StringValue
|
|||
from .base import BaseOptions, BaseType
|
||||
from .unmountedtype import UnmountedType
|
||||
|
||||
from typing import Any
|
||||
|
||||
|
||||
class ScalarOptions(BaseOptions):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user