Skip to content

Commit

Permalink
redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
r98inver committed Feb 13, 2024
1 parent 2941aa7 commit b4408ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/schemes/elliptic_curves/hom_velusqrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ def get(self):
def __repr__(self):
return f"VeluSqrtBound Object with bound = {self.bound}"

Check warning on line 163 in src/sage/schemes/elliptic_curves/hom_velusqrt.py

View check run for this annotation

Codecov / codecov/patch

src/sage/schemes/elliptic_curves/hom_velusqrt.py#L163

Added line #L163 was not covered by tests

def __str__(self):
return self.__repr__()


_velu_sqrt_bound = _VeluBoundObj()

Expand Down

0 comments on commit b4408ab

Please sign in to comment.