Skip to content

Commit c752dfa

Browse files
Fix import order in fallback tests per review feedback
Agent-Logs-Url: https://github.com/codewithdark-git/QuantLLM/sessions/8867f3b4-18ae-4207-b2e8-51444418c7aa Co-authored-by: codewithdark-git <144595403+codewithdark-git@users.noreply.github.com>
1 parent 0b877a0 commit c752dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_architecture_fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import transformers
55

6-
import quantllm.core.turbo_model as turbo_model_module
76
from quantllm.core.turbo_model import TurboModel
7+
import quantllm.core.turbo_model as turbo_model_module
88

99

1010
class _DummySmartConfig(SimpleNamespace):

0 commit comments

Comments
 (0)