Skip to content

Commit 39483b9

Browse files
Update matrix_exponentiation.py
1 parent 4ddcdd0 commit 39483b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

maths/matrix_exponentiation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Matrix Exponentiation"""
22

3-
from __future__ import annotations
4-
53
import timeit
64

75
"""

0 commit comments

Comments
 (0)