Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
liorblob committed Apr 1, 2020
1 parent 8663b98 commit 62f4f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demisto_sdk/commands/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def missing_release_notes(file_path, rn_path):
@staticmethod
def display_param(param_name, param_display):
return 'The display name of the {} parameter should be \'{}\''.format(param_name, param_display)
return 'The display name of the {} parameter should be \'{}\''.format(param_name, param_display)

@staticmethod
def wrong_file_extension(file_extension, accepted_extensions):
Expand Down

0 comments on commit 62f4f6d

Please sign in to comment.