[QA] Remove trailing whitespace

This commit is contained in:
Jensun Ravichandran 2021-06-01 19:01:20 +02:00
parent 8e8851d962
commit b6d38f442b

View File

@ -6,7 +6,7 @@ import torch
def make_spiral(num_samples=500, noise=0.3):
"""Generates the Spiral Dataset.
For use in Prototorch use `prototorch.datasets.Spiral` instead.
"""
def get_samples(n, delta_t):