Skip to content

Commit e542952

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrix/count_islands_in_matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class Matrix: # Public class to implement a graph
1212
>>> matrix2.count_islands()
1313
1
1414
"""
15+
1516
def __init__(self, row: int, col: int, graph: list[list[bool]]) -> None:
1617
"""Initialzes the matrix with the given number of rows, columns and matrix.
1718
Args:

0 commit comments

Comments
 (0)