Skip to content

Commit 599353b

Browse files
Remove unused TypeVar import
Removed unused TypeVar import from linear_discriminant_analysis.py
1 parent 1d84234 commit 599353b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

machine_learning/linear_discriminant_analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
from math import log
4848
from os import name, system
4949
from random import gauss, seed
50-
from typing import TypeVar
5150

5251

5352
# Make a training dataset drawn from a gaussian distribution

0 commit comments

Comments
 (0)