Fix pylint error (line too long)

This commit is contained in:
Lamar Pavel 2015-10-20 18:17:12 +02:00
parent 08bbb6b7c7
commit 45f9e61815

View File

@ -1558,7 +1558,7 @@ class UserAgent(BaseType):
def validate(self, value):
self._basic_validation(value)
# To update the following list of user agents, run the script 'ua_fetch.py'.
# To update the following list of user agents, run the script 'ua_fetch.py'
# Vim-protip: Place your cursor below this comment and run
# :r!python scripts/dev/ua_fetch.py
def complete(self):