Skip to content

Commit 33626dc

Browse files
remove unused import in volatility.py
Remove unused import statement for warnings.
1 parent e6456f6 commit 33626dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/quant_research_starter/factors/volatility.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"""
2020

2121
from __future__ import annotations
22-
23-
import warnings
2422
from typing import Optional
2523

2624
import numpy as np

0 commit comments

Comments
 (0)