Skip to content

Commit dc5fa2e

Browse files
Merge branch 'main' into codeblock-warnings
2 parents 170be1d + bd8492a commit dc5fa2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphdoc/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@
7979
def setup(app):
8080
# Create static directory if it doesn't exist to avoid the warning
8181
if not os.path.exists(os.path.join(os.path.dirname(__file__), "_static")):
82-
os.makedirs(os.path.join(os.path.dirname(__file__), "_static"))
82+
os.makedirs(os.path.join(os.path.dirname(__file__), "_static"))

graphdoc/graphdoc/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def single_prompt_from_dict(
289289
:return: A SinglePrompt object.
290290
:rtype: SinglePrompt
291291
292-
"""
292+
""" # noqa: B950
293293
try:
294294
# if we are loading from mlflow, modify the prompt_dict with the loaded model
295295
if prompt_dict["load_from_mlflow"]:

0 commit comments

Comments
 (0)