mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-09 11:28:26 +08:00
Merge branch 'pr/155' into development
This commit is contained in:
@@ -15,8 +15,8 @@ try:
|
||||
raise DistributionNotFound
|
||||
except DistributionNotFound:
|
||||
__version__ = "Please install this project with setup.py"
|
||||
else:
|
||||
version = __version__ = _dist.version
|
||||
|
||||
version = __version__ = _dist.version
|
||||
|
||||
from importlib.util import find_spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user