diff hgext3rd/topic/__init__.py @ 2007:aa3b6cfdf493

flake8: fix E301 style
author Sean Farley <sean@farley.io>
date Tue, 30 Aug 2016 15:22:24 -0700
parents c413e7c96265
children e3ddd696394f
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Tue Aug 30 15:18:43 2016 -0700
+++ b/hgext3rd/topic/__init__.py	Tue Aug 30 15:22:24 2016 -0700
@@ -118,6 +118,7 @@
     orig = repo.__class__
     if not isinstance(repo, localrepo.localrepository):
         return # this can be a peer in the ssh case (puzzling)
+
     class topicrepo(repo.__class__):
 
         def _restrictcapabilities(self, caps):