Skip to content

Commit aa2f3b1

Browse files
cleanup
1 parent 2e293fa commit aa2f3b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ After these steps, the `aika` package should be installed in your environment, a
4141
Below is an example (from the test suite) demonstrating how to use Aika’s Python API. In this snippet, we define two simple types `A` and `B`, create input fields on them, define a derived field `c` as a subtraction (`sub`) operation on type `B`, and then link the inputs of `c` to the fields of `A` and `B` using a relation. Finally, we instantiate objects of those types to show how the type definitions lead to actual runtime objects:
4242

4343
```python
44-
def test_something(self):
45-
self.assertEqual(True, False) # add assertion here
46-
4744
def testSubtraction(self):
4845
print("Module 'aika' was loaded from:", aika.__file__)
4946

0 commit comments

Comments
 (0)