Skip to content

Commit 7dbdd60

Browse files
fix: sort imports with Ruff
1 parent 8c54477 commit 7dbdd60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/quant_research_starter/factors/volatility.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020

2121
from __future__ import annotations
2222

23+
from typing import Optional
2324

2425
import numpy as np
2526
import pandas as pd
2627

27-
from typing import Optional
28-
2928
# Try to import package Factor base; fallback to a minimal stub if unavailable.
3029
try:
3130
# Adjust this import if your project stores Factor in a different module.

0 commit comments

Comments
 (0)