Skip to content

Commit 64647dd

Browse files
committed
Adjust linter issues
1 parent 5574b4c commit 64647dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atlassian/bamboo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def base_list_call(
9797

9898
""" Projects & Plans """
9999

100-
101100
def projects(
102101
self,
103102
expand=None,
@@ -1296,6 +1295,7 @@ def health_check(self):
12961295
return response
12971296

12981297
"""Elastic Bamboo"""
1298+
12991299
def get_elastic_instance_logs(self, instance_id):
13001300
"""
13011301
Get logs from an EC2 instance

docs/bamboo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ Plugins information
340340
get_plugin_module_info(plugin_key, module_key)
341341
342342
# Update license for plugin (app)
343-
update_plugin_license(plugin_key, raw_license)
343+
update_plugin_license(plugin_key, raw_license)

0 commit comments

Comments
 (0)