mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-26 02:13:19 -04:00
Pylint discovered that I was raising Exception, which was overly general. I didn't mean to do that; it was supposed to be my custom exception type astronomy.Error instead. So I fixed that case. There were also some deprecated settings in the pylint configuration file, so I fixed those too.