prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

replace punx.FileNotFound with FileNotFoundError #185

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

LGTM reports that some imports of punx.__init__.FileNotFound are unused. Actually, this is superseded by FileNotFoundError now.

Originally posted by @prjemian in https://github.com/prjemian/punx/issues/183#issuecomment-1001242469