From cc34c9be74b6e8fada4002f1c1e41184e7f0daa0 Mon Sep 17 00:00:00 2001 From: lynnagidza Date: Wed, 16 Aug 2023 17:19:46 +0300 Subject: [PATCH] pycodestyle fix --- 0x07-rotate_2d_matrix/0-rotate_2d_matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py b/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py index fb7363b..06d4383 100755 --- a/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py +++ b/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 """ 2D rotation """ + def rotate_2d_matrix(matrix): """function that takes a matrix and rotates it 90 degrees