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.
2 parents 170be1d + bd8492a commit dc5fa2eCopy full SHA for dc5fa2e
graphdoc/docs/conf.py
@@ -79,4 +79,4 @@
79
def setup(app):
80
# Create static directory if it doesn't exist to avoid the warning
81
if not os.path.exists(os.path.join(os.path.dirname(__file__), "_static")):
82
- os.makedirs(os.path.join(os.path.dirname(__file__), "_static"))
+ os.makedirs(os.path.join(os.path.dirname(__file__), "_static"))
graphdoc/graphdoc/config.py
@@ -289,7 +289,7 @@ def single_prompt_from_dict(
289
:return: A SinglePrompt object.
290
:rtype: SinglePrompt
291
292
- """
+ """ # noqa: B950
293
try:
294
# if we are loading from mlflow, modify the prompt_dict with the loaded model
295
if prompt_dict["load_from_mlflow"]:
0 commit comments