Skip to content

Commit b992c4e

Browse files
committed
nuked more unused imports
1 parent 774d0bd commit b992c4e

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

src/gardenlinux/flavors/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"""
77

88
import json
9-
import os
10-
import sys
119
from argparse import ArgumentParser
1210
from pathlib import Path
1311
from tempfile import TemporaryDirectory

tests/features/test_metadata_main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import logging
21
import sys
3-
import types
42
from pathlib import Path
53
from tempfile import TemporaryDirectory
64

@@ -9,13 +7,11 @@
97
import gardenlinux.features.metadata_main as metadata_main
108
from gardenlinux.constants import (
119
GL_BUG_REPORT_URL,
12-
GL_COMMIT_SPECIAL_VALUES,
1310
GL_DISTRIBUTION_NAME,
1411
GL_HOME_URL,
1512
GL_RELEASE_ID,
1613
GL_SUPPORT_URL,
1714
)
18-
from gardenlinux.features import CName
1915

2016

2117
def get_container_amd64_release_metadata(version, commit_hash):

tests/flavors/test_main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import json
22
import sys
33

4-
import pytest
5-
64
from gardenlinux.flavors import __main__ as fm
7-
from gardenlinux.git import Repository
85

96

107
def test_generate_markdown_table():

tests/flavors/test_parser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import types
2-
31
import pytest
42
import yaml
53

0 commit comments

Comments
 (0)