Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f437f92

Browse filesBrowse files
Enable ruff INP001 rule (TheAlgorithms#11346)
* Enable ruff INP001 rule * Fix * Fix * Fix * Fix * Fix
1 parent f8cdb3e commit f437f92
Copy full SHA for f437f92

File tree

Expand file treeCollapse file tree

15 files changed

+3
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

15 files changed

+3
-4
lines changed
Open diff view settings
Collapse file

‎data_structures/arrays/__init__.py‎

Copy file name to clipboardExpand all lines: data_structures/arrays/__init__.py
Whitespace-only changes.
Collapse file

‎data_structures/hashing/tests/__init__.py‎

Copy file name to clipboardExpand all lines: data_structures/hashing/tests/__init__.py
Whitespace-only changes.
Collapse file

‎digital_image_processing/morphological_operations/__init__.py‎

Copy file name to clipboardExpand all lines: digital_image_processing/morphological_operations/__init__.py
Whitespace-only changes.
Collapse file

‎electronics/__init__.py‎

Copy file name to clipboardExpand all lines: electronics/__init__.py
Whitespace-only changes.
Collapse file

‎electronics/circular_convolution.py‎

Copy file name to clipboardExpand all lines: electronics/circular_convolution.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def circular_convolution(self) -> list[float]:
3737
using matrix method
3838
3939
Usage:
40-
>>> import circular_convolution as cc
41-
>>> convolution = cc.CircularConvolution()
40+
>>> convolution = CircularConvolution()
4241
>>> convolution.circular_convolution()
4342
[10, 10, 6, 14]
4443
Collapse file

‎fractals/__init__.py‎

Copy file name to clipboardExpand all lines: fractals/__init__.py
Whitespace-only changes.
Collapse file

‎geometry/__init__.py‎

Copy file name to clipboardExpand all lines: geometry/__init__.py
Whitespace-only changes.
Collapse file

‎greedy_methods/__init__.py‎

Copy file name to clipboardExpand all lines: greedy_methods/__init__.py
Whitespace-only changes.
Collapse file

‎linear_algebra/src/gaussian_elimination_pivoting/__init__.py‎

Copy file name to clipboardExpand all lines: linear_algebra/src/gaussian_elimination_pivoting/__init__.py
Whitespace-only changes.
Collapse file

‎linear_programming/__init__.py‎

Copy file name to clipboardExpand all lines: linear_programming/__init__.py
Whitespace-only changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.