1
0
mirror of https://github.com/wting/autojump synced 2025-06-07 18:04:09 +00:00
This commit is contained in:
Matt Turner 2025-02-28 10:07:32 -05:00 committed by GitHub
commit c3ec26852a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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