remove pragma nocover

This commit is contained in:
Alan Hamlett 2016-07-06 17:36:22 +02:00
parent 1f4eb421db
commit 5207dc68ee
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ProjectMap(BaseProject):
msg=u(ex),
pattern=u(pattern),
))
except TypeError: # pragma: nocover
except TypeError:
pass
return None