Changeset - ecd0d34bc20c
default
0
1
0
helpers: remove direct global imports from model
To avoid circular imports, we need to determine some 'rules'.
Helpers have minimal dependencies to model. Most of the model imports that
are currently global are only used in a few methods. Therefore, it makes
sense to make these imports local to the method, so they won't 'count' for
circular imports at module level.
To avoid circular imports, we need to determine some 'rules'.
Helpers have minimal dependencies to model. Most of the model imports that
are currently global are only used in a few methods. Therefore, it makes
sense to make these imports local to the method, so they won't 'count' for
circular imports at module level.
1 file changed with 9 insertions and 3 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)