Merge pull request #4720 from expsa/ENS-3752

[FIX] odex_mobile: import order
This commit is contained in:
abdurrahman-saber 2025-09-21 08:30:24 +03:00 committed by GitHub
commit f3190d59d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from . import push_notification_mixin
from . import access_token
from . import res_users
from . import attendence_zone_config
@ -9,5 +10,4 @@ from . import res_partner
from . import hr_firebase_notification
from . import base
from . import ir_property
from . import resource
from . import push_notification_mixin
from . import resource