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 d5938bf commit ff9d93dCopy full SHA for ff9d93d
pylint/pyreverse/dot_printer.py
@@ -39,7 +39,7 @@ class HTMLLabels(Enum):
39
EdgeType.ASSOCIATION: {
40
"fontcolor": "green",
41
"arrowtail": "none",
42
- "arrowhead": "none",
+ "arrowhead": "normal",
43
"style": "solid",
44
},
45
EdgeType.AGGREGATION: {
0 commit comments