Skip to content

Commit 2122261

Browse files
committed
fix(maths): remove unnecessary future annotations import
1 parent 69feaaf commit 2122261

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

maths/matrix_exponentiation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
https://www.hackerearth.com/practice/notes/matrix-exponentiation-1/
66
"""
77

8-
from __future__ import annotations
9-
108
import timeit
119

1210

0 commit comments

Comments
 (0)