mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 10:31:29 +08:00
isort --profile black . (#2181)
* updating DIRECTORY.md * isort --profile black . * Black after * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -41,11 +41,9 @@
|
||||
|
||||
Author: @EverLookNeverSee
|
||||
"""
|
||||
|
||||
from math import log
|
||||
from os import name, system
|
||||
from random import gauss
|
||||
from random import seed
|
||||
from random import gauss, seed
|
||||
|
||||
|
||||
# Make a training dataset drawn from a gaussian distribution
|
||||
|
Reference in New Issue
Block a user