From: Michael Orlitzky Date: Fri, 10 Apr 2026 13:01:35 +0000 (-0400) Subject: mjo/clan/clan.py: add an extra newline between two methods X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=b1d68132347cb98360ef44dd7165e988b37b27a5;p=sage.d.git mjo/clan/clan.py: add an extra newline between two methods --- diff --git a/mjo/clan/clan.py b/mjo/clan/clan.py index 846c8bc..c724eb2 100644 --- a/mjo/clan/clan.py +++ b/mjo/clan/clan.py @@ -122,6 +122,7 @@ class Clan(CombinatorialFreeModule): """ return self._mt[i][j] + def _test_left_symmetry(self): r""" Check the left-symmetry axiom of this clan.