Skip to content

Commit 6afbe09

Browse files
committed
fix LintAndTest
1 parent e8e64e9 commit 6afbe09

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

shells/backends/gcp_tf_backend/tests/test_gcp_tf_backend.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
from cloudshell.shell.core.resource_driver_interface import ResourceDriverInterface
4-
from cloudshell.shell.core.driver_context import InitCommandContext, ResourceCommandContext, AutoLoadResource, \
5-
AutoLoadAttribute, AutoLoadDetails, CancellationContext
6-
from cloudshell.shell.core.session.cloudshell_session import CloudShellSessionContext
7-
from cloudshell.shell.core.session.logging_session import LoggingSessionContext
3+
from cloudshell.shell.core.driver_context import ResourceCommandContext
4+
85

96
"""
107
Tests for `GcpTfBackendDriver`

0 commit comments

Comments
 (0)