terrabrasilis / ams

AMS - Amazon Situation Room
GNU General Public License v3.0
0 stars 2 forks source link

Fix NotNullViolationException error name #85

Closed assismauro closed 3 years ago

assismauro commented 3 years ago

In alchemy_dtaaccess.py, the name of NotNullViolationException should be NotNullViolationError, to attend to PEP8 specifications.