Commit 92d4508b authored by Antoine Millet's avatar Antoine Millet
Browse files

Whitespaces

parent e81f4713
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ class ServerJobsManagerInterface(JobsManagerInterface):
    def on_job_updated(self, job):
        tql_object = self._jobs[job.id]


        for name in self.TAG_ATTRIBUTES:
            value = getattr(job, name, None)
            if value is None: