Skip to content

Commit

Permalink
Fix doc build failure due to SQLAlchemy changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshmahajan-1903 committed Aug 16, 2023
1 parent 1adde60 commit 6249ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en_US/build_code_snippet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if sys.path[0] != root:
sys.path.insert(0, root)

import config
from pgadmin.utils import PgAdminModule

target = open('code_snippets.rst', 'w')
Expand Down

0 comments on commit 6249ecb

Please sign in to comment.