mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-12 04:26:26 +00:00
607845bacf
load_plugins() used `plugin` as the loop variable for plugin file names, which shadows `import confluent.plugin as plugin` for the whole function. Nothing in the function needed the module, so this was latent rather than broken, but the next line that does need it would have failed oddly.