Remove decimal.py (#5406)

* Removes decimal.py

* Removes References to Decimal in Examples
This commit is contained in:
Alexandre Catarino
2021-03-19 21:17:05 +00:00
committed by GitHub
parent 87b42f6fb5
commit 63f3af7afe
6 changed files with 8 additions and 51 deletions
@@ -21,7 +21,6 @@ from QuantConnect import *
from QuantConnect.Algorithm import *
import numpy as np
import decimal as d
from datetime import timedelta, datetime
### <summary>