mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
Enable ruff INP001 rule (#11346)
* Enable ruff INP001 rule * Fix * Fix * Fix * Fix * Fix
This commit is contained in:
@ -37,8 +37,7 @@ class CircularConvolution:
|
||||
using matrix method
|
||||
|
||||
Usage:
|
||||
>>> import circular_convolution as cc
|
||||
>>> convolution = cc.CircularConvolution()
|
||||
>>> convolution = CircularConvolution()
|
||||
>>> convolution.circular_convolution()
|
||||
[10, 10, 6, 14]
|
||||
|
||||
|
Reference in New Issue
Block a user