Skip to content

Commit 388b0f9

Browse files
Fix lint: remove unused import and organize imports in softmax
1 parent 8e09162 commit 388b0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/softmax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from typing import Optional
2+
33

44

55
def softmax(

0 commit comments

Comments
 (0)