Skip to content

Break include cycle#3615

Merged
alex-jansen merged 8 commits intomainfrom
main_copy_static_files
Sep 10, 2024
Merged

Break include cycle#3615
alex-jansen merged 8 commits intomainfrom
main_copy_static_files

Conversation

@MatthiasWiesmann
Copy link
Contributor

Python code was calling exec to execute other python code. This was because of circular dependencies.

  • Move more code into shared modules.
  • Avoid importing whole packages
  • Remove tautological code
  • General clean-up

@alex-jansen alex-jansen merged commit bb4e8b9 into main Sep 10, 2024
@alex-jansen alex-jansen deleted the main_copy_static_files branch September 10, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments