shuzhao-li-lab / asari

asari, metabolomics data preprocessing
Other
38 stars 9 forks source link

Import statements are too broad #51

Closed jmmitc06 closed 1 year ago

jmmitc06 commented 1 year ago

imports in the form of

from X import *

can be useful at times but we are probably overusing them right now. We should minimize the scope of the inputs where possible for safety and for readability.

jmmitc06 commented 1 year ago

Resolved by Yuanye.