ArtemGonch / Technical_indicators_project

0 stars 0 forks source link

Поправить порядок импортов (PEP 8). Поправить во всех файлах! #5

Open polinavenberg opened 1 year ago

polinavenberg commented 1 year ago

https://github.com/ArtemGonch/Technical_indicators_project/blob/8a127f62185847879be1eaca6c444f2bf346d03f/IndicatorsTest.py#L1-L4

polinavenberg commented 1 year ago

Не поправлено Нужно так:

import unittest 
import numpy as np 
import yfinance as yf 

from Indicators import Indicators