Skip to content

Commit

Permalink
Fix for qualified import of conftest
Browse files Browse the repository at this point in the history
Change-Id: Ib878474127f2c334bd938144c2f3e022dd021bce
  • Loading branch information
freddan80 committed Dec 3, 2024
1 parent 5a9e7a4 commit 44bcfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/arm/test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from datetime import datetime
from pathlib import Path

from conftest import is_option_enabled

from executorch.backends.arm.arm_backend import ArmCompileSpecBuilder

from executorch.backends.arm.test.conftest import is_option_enabled
from executorch.exir.backend.compile_spec_schema import CompileSpec


Expand Down

0 comments on commit 44bcfc3

Please sign in to comment.