Skip to content

Commit d2bfe4a

Browse files
Cleanup unused vars in tests (#779)
1 parent c5bfba1 commit d2bfe4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integration/linodes/test_interfaces.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import json
2-
import time
32
from typing import Any, Dict
43

54
import pytest
@@ -8,14 +7,10 @@
87
from tests.integration.helpers import delete_target_id, exec_test_command
98
from tests.integration.linodes.helpers_linodes import (
109
BASE_CMD,
11-
DEFAULT_LABEL,
1210
DEFAULT_RANDOM_PASS,
1311
DEFAULT_TEST_IMAGE,
1412
)
1513

16-
timestamp = str(time.time_ns())
17-
linode_label = DEFAULT_LABEL + timestamp
18-
1914

2015
@pytest.fixture
2116
def linode_with_vpc_interface_as_json(linode_cloud_firewall):

0 commit comments

Comments
 (0)