1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
This commit is contained in:
Matt Turner 2023-09-01 12:10:03 -07:00 committed by GitHub
commit 85ba73ecb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
import os import os
import sys import sys
import mock from unittest import mock
import pytest import pytest
sys.path.append(os.path.join(os.getcwd(), 'bin')) # noqa sys.path.append(os.path.join(os.getcwd(), 'bin')) # noqa