From 1d28b468bdb6e0325a7549e3152a20c966635372 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 17:30:16 -0400 Subject: [PATCH] remove exception line --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 99cb5715f7..3aa2e99096 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ exclude_lines = raise NotImplementedError if 0: if __name__ == .__main__.: + except Exception as e omit = pytorch_lightning/callbacks/pt_callbacks.py