mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
move code linting to a stricter pep8-esque auto-formatting tool, black
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
class Common(Exception):
|
||||
|
||||
def __init__(self, status_string='', message=''):
|
||||
if isinstance(status_string, Exception):
|
||||
self.status_string = ''
|
||||
|
||||
Reference in New Issue
Block a user