Skip to content

Commit

Permalink
Adjust linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed May 21, 2024
1 parent 5574b4c commit 64647dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atlassian/bamboo.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def base_list_call(

""" Projects & Plans """


def projects(
self,
expand=None,
Expand Down Expand Up @@ -1296,6 +1295,7 @@ def health_check(self):
return response

"""Elastic Bamboo"""

def get_elastic_instance_logs(self, instance_id):
"""
Get logs from an EC2 instance
Expand Down
2 changes: 1 addition & 1 deletion docs/bamboo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,4 @@ Plugins information
get_plugin_module_info(plugin_key, module_key)
# Update license for plugin (app)
update_plugin_license(plugin_key, raw_license)
update_plugin_license(plugin_key, raw_license)

0 comments on commit 64647dd

Please sign in to comment.