TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 198 forks source link

3650 fix import cycles #3652

Closed tjayrush closed 5 months ago

tjayrush commented 5 months ago

This makes simple changes to try to minimize chance of import cycles between packages. Doesn't totally work because base package depends on cache and config packages both of which import utils and logger. The tangle is loosened, but not yet untangled.