Closed stephen-hoover closed 5 years ago
Import utils into civis so that users can access civis.utils.run_job after an import civis import. Many users expect this and are surprised when it's not available.
utils
civis
civis.utils.run_job
import civis
Anything else you're planning to add to this PR? I'm happy to review.
No, that was it. I was trying to avoid asking for review on too many PRs at once.
Import
utils
intocivis
so that users can accesscivis.utils.run_job
after animport civis
import. Many users expect this and are surprised when it's not available.