philgooch/abbreviation-extraction

super().__init__() giving problems

thebhatman opened this issue · 1 comments


Here, I faced an error saying super().init() takes one argument, 0 given.
However, the issue was resolved and it worked when I removed this line. I am working with Python 2.7.

Hi @thebhatman , thanks for this. The codebase is Python 3 only, so it may not work with Python 2.7. Glad you got it working!