Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Apr 13, 2022
1 parent aa0f738 commit 1c1bba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mlonmcu/platform/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from mlonmcu.target.metrics import Metrics
from mlonmcu.target.elf import get_results as get_static_mem_usage
from mlonmcu.logging import get_logger
from mlonmcu.config import str2bool

logger = get_logger()

Expand Down
1 change: 1 addition & 0 deletions mlonmcu/target/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from mlonmcu.feature.type import FeatureType
from mlonmcu.feature.features import get_matching_features
from mlonmcu.artifact import Artifact, ArtifactFormat
from mlonmcu.config import str2bool


# TODO: class TargetFactory:
Expand Down

0 comments on commit 1c1bba7

Please sign in to comment.