We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bbf70 commit a2fd3ccCopy full SHA for a2fd3cc
pr_agent/git_providers/utils.py
@@ -1,6 +1,7 @@
1
import copy
2
import os
3
import tempfile
4
+import traceback
5
6
from dynaconf import Dynaconf
7
from starlette_context import context
@@ -43,7 +44,6 @@ def apply_repo_settings(pr_url):
43
44
merge_enabled=False, # Don't allow merging from other sources
45
)
46
except TypeError as e:
- import traceback
47
# Fallback for older Dynaconf versions that don't support these parameters
48
get_logger().warning(
49
"Your Dynaconf version does not support disabled 'load_dotenv'/'merge_enabled' parameters. "
0 commit comments