Appease flake8

This commit is contained in:
Ben Jackson 2019-07-31 19:19:14 +01:00
commit 553eb3cc98

View file

@ -194,6 +194,7 @@ class ProjectBreakpoints( object ):
self._breakpoints_handler.ClearBreakpoints()
awaiting = 0
def response_handler( source, msg ):
if msg:
self._breakpoints_handler.AddBreakpoints( source, msg )