Skip to content

Commit 8c54477

Browse files
errors
1 parent 485151d commit 8c54477

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/quant_research_starter/factors/volatility.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"""
2020

2121
from __future__ import annotations
22-
from typing import Optional
22+
2323

2424
import numpy as np
2525
import pandas as pd
2626

27+
from typing import Optional
28+
2729
# Try to import package Factor base; fallback to a minimal stub if unavailable.
2830
try:
2931
# Adjust this import if your project stores Factor in a different module.

0 commit comments

Comments
 (0)