mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Fix indentation contains tabs (flake8 E101,W191) (#1573)
This commit is contained in:
committed by
John Law
parent
dbaedd4ed7
commit
b838f1042c
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Peak signal-to-noise ratio - PSNR - https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio
|
||||
Peak signal-to-noise ratio - PSNR - https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio
|
||||
Soruce: https://tutorials.techonical.com/how-to-calculate-psnr-value-of-two-images-using-python/
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user