Skip to content

Commit 222809f

Browse files
committed
cleanup
1 parent 92dc6ee commit 222809f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/constants.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
3-
import os
4-
from pathlib import Path
5-
61
from gardenlinux.git import Repository
72

83
TEST_DATA_DIR = "test-data"
@@ -26,5 +21,3 @@
2621

2722
TEST_GARDENLINUX_RELEASE = "1877.3"
2823
TEST_GARDENLINUX_COMMIT = "75df9f401a842914563f312899ec3ce34b24515c"
29-
30-
S3_DOWNLOADS_DIR = Path(os.path.dirname(__file__)) / ".." / "s3_downloads"

0 commit comments

Comments
 (0)