Remove importing data tag

It got replace by `custom data` in the case that it wasn't there.
This commit is contained in:
Gustavo
2017-09-22 15:12:06 -04:00
parent 80d784b42d
commit 96d47ab192
14 changed files with 2 additions and 14 deletions
@@ -33,7 +33,6 @@ import json
### </summary>
### <meta name="tag" content="strategy example" />
### <meta name="tag" content="using data" />
### <meta name="tag" content="importing data" />
### <meta name="tag" content="custom data" />
class CustomDataNIFTYAlgorithm(QCAlgorithm):