Skip to content

Commit e62e6ec

Browse files
committed
Changing code style in import statements
1 parent 67047ce commit e62e6ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

machine_learning/linear_discriminant_analysis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
# importing modules
4343
from random import gauss
4444
from math import log
45-
from os import system, name # to use < clear > or < cls > commands in terminal or cmd
45+
from os import system
46+
from os import name
4647

4748

4849
# Making training dataset drawn from a gaussian distribution

0 commit comments

Comments
 (0)