Skip to content

Commit

Permalink
docs: Add docstring to DataFlow collector
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenngn committed Feb 12, 2024
1 parent a98532e commit 234e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse_context_diagrams/collectors/dataflow_view.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2022 Copyright DB InfraGO AG and the capellambse-context-diagrams contributors
# SPDX-License-Identifier: Apache-2.0

"""..."""
"""This module defines the collectors for the DataFlowDiagram."""
from __future__ import annotations

import collections.abc as cabc
Expand Down

0 comments on commit 234e32b

Please sign in to comment.