Skip to content

Commit f9647f4

Browse files
ci(lint): imports arranged according to commitlint.md
file imports arranged
1 parent 9d4854e commit f9647f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_factors.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
"""Tests for factor implementations."""
2-
32
import numpy as np
43
import pandas as pd
54
import pytest
65

76
from quant_research_starter.factors import (
7+
BollingerBandsFactor,
88
MomentumFactor,
99
SizeFactor,
1010
ValueFactor,
1111
VolatilityFactor,
12-
BollingerBandsFactor,
1312
)
1413

15-
1614
@pytest.fixture
1715
def sample_prices():
1816
"""Create sample price data for testing."""

0 commit comments

Comments
 (0)