Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit c1ca244

Browse files
committed
style: disable flake8 warning
1 parent ab5adc9 commit c1ca244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structurizr/abstract_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__all__ = ("AbstractBase",)
2323

2424

25-
class AbstractBase(ABC):
25+
class AbstractBase(ABC): # noqa: B024
2626
"""Define common business logic through an abstract base class."""
2727

2828
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)