Decouple
Created by: spahan
decoupled imports to remove circular dependencies. some code linting too.
Merge request reports
Activity
Filter activity
Created by neumantm
Review: Changes requested
You actually created a circular dependency: transporte.py line 9 -> init.py line 20 -> views.py line 21 -> zammad_integration.py line 6 -> transporte.py line 9
This causes an ImportError.
Created by: spahan
You actually created a circular dependency: transporte.py line 9 -> init.py line 20 -> views.py line 21 -> zammad_integration.py line 6 -> transporte.py line 9
This causes an ImportError.
Yep, forgot to update that import. Fixed with the latest commit.
Please register or sign in to reply