remove exception line

This commit is contained in:
William Falcon 2019-07-24 17:30:16 -04:00
parent d372b21b5e
commit 1d28b468bd
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ exclude_lines =
raise NotImplementedError raise NotImplementedError
if 0: if 0:
if __name__ == .__main__.: if __name__ == .__main__.:
except Exception as e
omit = omit =
pytorch_lightning/callbacks/pt_callbacks.py pytorch_lightning/callbacks/pt_callbacks.py