Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ef5a716b authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

Black

parent 1d81c710
No related branches found
No related tags found
No related merge requests found
Pipeline #552938 failed
......@@ -84,9 +84,7 @@ class Cluster(RESTObject):
class Job(RESTObject, RefreshMixin, ObjectDeleteMixin):
_create_attrs = (("command"),)
_managers = (
("firewall", "SiteJobFirewallManager"),
)
_managers = (("firewall", "SiteJobFirewallManager"),)
def __repr__(self):
keys = ["uid", "site", "state", "user"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment