Skip to content

Commit

Permalink
[FIX] graphql_base: rename types.py
Browse files Browse the repository at this point in the history
This conflicts with the build system, as
the project root directory is in sys.path when building and
there is confusion with the stdlib types module.
  • Loading branch information
sbidoul committed Oct 3, 2024
1 parent 3691eaa commit 512a4fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from .controllers import GraphQLControllerMixin
from .types import OdooObjectType
from .graphene_types import OdooObjectType, odoo_attr_resolver
File renamed without changes.

0 comments on commit 512a4fd

Please sign in to comment.