You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resolving this TODO, you can start by identifying all the forward references in your code and their corresponding definitions in config.py. Then, consolidate these forward references with their definitions in config.py to eliminate any duplication. Finally, make sure to update any references to the consolidated definitions in your code.
The text was updated successfully, but these errors were encountered:
TODO we should consolidate these forward refs with their definitions in
config.py
workflow_service uses this, which is why it's here insteadAutoPR/autopr/models/executable.py
Lines 93 to 104 in 1d818f4
When resolving this TODO, you can start by identifying all the forward references in your code and their corresponding definitions in
config.py
. Then, consolidate these forward references with their definitions inconfig.py
to eliminate any duplication. Finally, make sure to update any references to the consolidated definitions in your code.The text was updated successfully, but these errors were encountered: