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 08f3a9c commit c1c0ad8
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 c1c0ad8

Please sign in to comment.