Skip to content

Commit 980e7ef

Browse files
committed
Remove type annotations from test output
1 parent a48f21d commit 980e7ef

File tree

1 file changed

+5
-5
lines changed
  • tests/pyreverse/functional/class_diagrams/aggregation

1 file changed

+5
-5
lines changed

tests/pyreverse/functional/class_diagrams/aggregation/fields.mmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
classDiagram
22
class A {
3-
x : P
3+
x
44
}
55
class B {
6-
x : P
6+
x
77
}
88
class C {
9-
x : P
9+
x
1010
}
1111
class D {
12-
x : P
12+
x
1313
}
1414
class E {
15-
x : P
15+
x
1616
}
1717
class P {
1818
}

0 commit comments

Comments
 (0)