Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Removing __init__ from interval_poset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMathas committed Jul 6, 2016
1 parent 3f5e0e9 commit 8322fd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sage/combinat/interval_posets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2125,10 +2125,6 @@ def __classcall_private__(cls, n=None):
raise ValueError("n must be a non negative integer")
return TamariIntervalPosets_size(Integer(n))


def __init__(self, category):
super(TamariIntervalPosets, self).__init__(category=category)

# add options to class
options=GlobalOptions('TamariIntervalPosets',
module='sage.combinat.interval_posets',
Expand Down

0 comments on commit 8322fd5

Please sign in to comment.