Skip to content

Commit

Permalink
[tools/mec] Change the module name to match the package name. (Samsun…
Browse files Browse the repository at this point in the history
…g#14365)

It changes the module name from 'circle_adapter' to the package
name, 'module_explorer_circle'.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
  • Loading branch information
batcheu authored Nov 26, 2024
1 parent 845e26f commit 5c5c428
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from typing import Dict, Optional
from model_explorer import Adapter, AdapterMetadata, ModelExplorerGraphs, graph_builder
from circle_adapter import circle_schema_generated as circle_schema
from model_explorer_circle import circle_schema_generated as circle_schema


class CircleAdapter(Adapter):
Expand Down
2 changes: 1 addition & 1 deletion tools/model_explorer_circle/tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import unittest

from circle_adapter.main import CircleAdapter
from model_explorer_circle.main import CircleAdapter


class SimpleTestPackage(unittest.TestCase):
Expand Down

0 comments on commit 5c5c428

Please sign in to comment.