scailable / sclblpy

Python package for Scailable uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibly missing an import in Getting Started 101

msm1089 opened this issue · comments

At https://github.com/scailable/sclbl-tutorials/blob/master/sclbl-101-getting-started/README.md the line sp.upload(lm, fv, docs=docs) uses a variable sp. I could not see any reference to this, but assume somewhere there should be import sclblpy as sp.

Hi,

Thanks for the message; I just added the import statement.