We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28f35b commit b3d3be1Copy full SHA for b3d3be1
packages/toolbox-core/src/toolbox_core/client.py
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+
16
class DummyClass:
17
def __init__(self):
- self.val = "dummy value"
18
+ self.val = "dummy value"
packages/toolbox-core/tests/test.py
@@ -13,6 +13,7 @@
from toolbox_core import DummyClass
class TestToolboxCore:
def test_dummy(self):
19
dummy_variable = DummyClass()
0 commit comments