Skip to content

Commit f734efc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fd9b4e4 commit f734efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylint/pyreverse/diagrams.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def extract_relationships(self) -> None:
239239
for value in values:
240240
if not self.show_attr(name):
241241
continue
242-
242+
243243
self.assign_association_relationship(
244244
value, obj, name, "aggregation"
245245
)
@@ -254,7 +254,7 @@ def extract_relationships(self) -> None:
254254
for value in values:
255255
if not self.show_attr(name):
256256
continue
257-
257+
258258
self.assign_association_relationship(
259259
value, obj, name, "association"
260260
)

0 commit comments

Comments
 (0)