Formatting

This commit is contained in:
Sybren A. Stüvel 2018-02-13 14:36:23 +01:00
parent 350cf85cd2
commit eb18e5b933

View File

@ -110,6 +110,7 @@ def skip_when_testing(func):
return None return None
return func(*args, **kwargs) return func(*args, **kwargs)
return wrapper return wrapper