Skip to content

Commit 3a32673

Browse files
committed
chore: remove unused code
1 parent 5bf4b65 commit 3a32673

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/examples.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
from version_query.version import VersionComponent
1111

12-
_HERE = pathlib.Path(__file__).resolve().parent
13-
1412
_GIT_REPOS_ROOT = pathlib.Path(os.environ.get('EXAMPLE_PROJECTS_PATH', '..')).resolve()
1513

1614
GIT_REPO_EXAMPLES = list(_ for _ in _GIT_REPOS_ROOT.glob('**/.git') if _.is_dir())

0 commit comments

Comments
 (0)