mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Remove unused imports
This commit is contained in:
parent
c3404a9793
commit
513f6a72d9
|
@ -1,5 +1,5 @@
|
|||
from collections import OrderedDict
|
||||
from functools import singledispatch, partial, wraps
|
||||
from functools import singledispatch, wraps
|
||||
|
||||
from django.db import models
|
||||
from django.utils.encoding import force_str
|
||||
|
|
Loading…
Reference in New Issue
Block a user