Skip to content

Commit

Permalink
Fixing the error related to twopirllc#799
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Sep 28, 2024
1 parent b465491 commit c425594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_ta/momentum/squeeze_pro.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from numpy import NaN as npNaN
from numpy import nan as npNaN
from pandas import DataFrame
from pandas_ta.momentum import mom
from pandas_ta.overlap import ema, sma
Expand Down

0 comments on commit c425594

Please sign in to comment.