Skip to content

Commit f6a9058

Browse files
author
Release Manager
committed
gh-36327: fix the linter once more fixing the linter, once again broken ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: #36327 Reported by: Frédéric Chapoton Reviewer(s): Kwankyu Lee
2 parents 496fb91 + d11230a commit f6a9058

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/sage/coding/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from sage.misc.lazy_import import lazy_import as _lazy_import
33

44
_lazy_import("sage.coding.code_constructions", ["permutation_action",
5-
"walsh_matrix"])
5+
"walsh_matrix"])
66

77
_lazy_import("sage.coding.linear_code", "LinearCode")
88

src/sage/coding/source_coding/huffman.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
from sage.structure.sage_object import SageObject
3434

35+
3536
###########################################################################
3637
#
3738
# Helper functions

src/sage/crypto/sbox.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ cdef class SBox(SageObject):
649649
TESTS::
650650
651651
Testing square SBoxes::
652-
652+
653653
sage: from sage.crypto.sbox import SBox
654654
sage: S = SBox(7,6,0,4,2,5,1,3)
655655
sage: S.difference_distribution_table()

0 commit comments

Comments
 (0)