Skip to content

Commit dc71bd2

Browse files
committed
flake8 fix
1 parent e79fec9 commit dc71bd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

atlassian/xray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def resource_url(self, resource, api_root=None, api_version=None):
2626
api_version = self.api_version
2727
return "/".join(s.strip("/") for s in [api_root, api_version, "api", resource] if s is not None)
2828

29-
3029
# Tests API
3130
def get_tests(self, test_keys):
3231
"""

0 commit comments

Comments
 (0)