Unexpected keyword argument 'whitelist'
@gin.configurable(whitelist=[]) when added to the code TypeError: configurable() got an unexpected keyword argument 'whitelist'
I have met same problem when used disentangle_lib TypeError: configurable() got an unexpected keyword argument 'blacklist' I guessed that it has changed to denylist and allowlist.
@wrtnew, how did you solve the problem to use disentangle_lib? thanks
Need to use denylist and allowlist
Need to use
denylistandallowlist
Since what version?
For the posterity, version 0.4.0 is the last version with blacklist in place of denylist