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 1a681d4 commit 609ad18Copy full SHA for 609ad18
tests/test_unit_tests.py
@@ -25,7 +25,6 @@
25
26
class TestC2paSdk(unittest.TestCase):
27
def test_version(self):
28
- print(sdk_version())
29
self.assertIn("0.6.3", sdk_version())
30
31
0 commit comments