Skip to content

Commit 9d72a10

Browse files
Fix linting issues in test_accelerate.py
Co-authored-by: jacksonpradolima <7774063+jacksonpradolima@users.noreply.github.com>
1 parent 37b1e4a commit 9d72a10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_accelerate.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"""
1212

1313
import os
14-
from typing import Dict, List, Tuple
14+
from typing import List, Tuple
1515
from unittest.mock import Mock, patch
1616

1717
import pytest
1818

1919
from gsppy.accelerate import (
2020
_ENCODED_CACHE,
21-
_encode_candidates,
22-
_encode_transactions,
2321
_env_backend,
24-
_get_encoded_transactions,
2522
_gpu_available,
26-
_rust_available,
2723
support_counts,
24+
_rust_available,
25+
_encode_candidates,
26+
_encode_transactions,
2827
support_counts_python,
28+
_get_encoded_transactions,
2929
)
3030

3131

0 commit comments

Comments
 (0)