Skip to content

Commit

Permalink
pycodestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagidza committed Aug 16, 2023
1 parent 5b7d878 commit cc34c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 0x07-rotate_2d_matrix/0-rotate_2d_matrix.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/python3
""" 2D rotation """


def rotate_2d_matrix(matrix):
"""function that takes a matrix
and rotates it 90 degrees
Expand Down

0 comments on commit cc34c9b

Please sign in to comment.