I was converting some stuff from being run at import time to being run at runtime and I wanted to be sure that nothing was being run at import time (except, of course, dagster's solid type checking stuff). I found a way around it by determining how many times my object had been initialized, so I should be good now. Might be a nice feature though.