diff options
author | AlexanderKabui | 2022-11-29 17:54:59 +0300 |
---|---|---|
committer | AlexanderKabui | 2022-11-29 17:54:59 +0300 |
commit | d1a425f924b2106115c05ac8054f2588c8e80446 (patch) | |
tree | f9d14f9212431128d49344edcb95b432560cf6fa /gn3 | |
parent | 33f12bda728d9682abbe07b7ec6c603c5c67a1c5 (diff) | |
download | genenetwork3-d1a425f924b2106115c05ac8054f2588c8e80446.tar.gz |
remove trailing whitespace
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/computations/rust_correlation.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gn3/computations/rust_correlation.py b/gn3/computations/rust_correlation.py index c9cc392..bd6fe97 100644 --- a/gn3/computations/rust_correlation.py +++ b/gn3/computations/rust_correlation.py @@ -45,9 +45,6 @@ def generate_json_file( "output_file": output_file, "file_delimiter": delimiter }, outputfile) - - - return (output_file, tmp_json_file) |