Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
  • Loading branch information
coletdjnz and grqz authored Nov 29, 2024
1 parent 0fc5ee9 commit 5894379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import pathlib

import_path = str(pathlib.Path(__file__).parent.parent.parent)

sys.path.append(0, import_path)
sys.path.append(import_path)
try:
import some_dependency

Expand Down

0 comments on commit 5894379

Please sign in to comment.