Try to fix a pylint error

This commit is contained in:
Jay Kamat 2017-05-12 18:38:06 -07:00
parent a5eb3e27f8
commit b526c9a2a9
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -853,7 +853,7 @@ class CommandDispatcher:
@cmdutils.register(instance='command-dispatcher', scope='window')
@cmdutils.argument('count', count=True)
def zoom(self, zoom: int=None, count=None):
def zoom(self, zoom: int = None, count=None):
"""Set the zoom level for the current tab.
The zoom can be given as argument or as [count]. If neither is