Skip to content

Commit

Permalink
feature/remove duplicate extend_path (#244)
Browse files Browse the repository at this point in the history
# Removed
- remove duplicate extend_path

Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Feb 4, 2025
1 parent a7be7d1 commit 2cd4f27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mex/backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)

from mex.backend.identity.provider import GraphIdentityProvider
from mex.common.identity.registry import register_provider
from mex.common.types import IdentityProvider
Expand Down

0 comments on commit 2cd4f27

Please sign in to comment.