Skip to content

Commit

Permalink
diabling too-long pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
panchagnula committed Feb 1, 2018
1 parent 4135561 commit e6c5c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webapps/azext_webapps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from azure.cli.core import AzCommandsLoader
import azext_webapps._help # pylint: disable=unused-import

# pylint: disable=line-too-long


class WebappsExtCommandLoader(AzCommandsLoader):

Expand Down

0 comments on commit e6c5c7f

Please sign in to comment.