From 9e7bd87422075a2d6314181f79877930ea43972e Mon Sep 17 00:00:00 2001 From: msimonin <matthieu.simonin@inria.fr> Date: Sun, 20 Mar 2022 22:05:27 +0100 Subject: [PATCH] pep8 --- grid5000/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid5000/base.py b/grid5000/base.py index 74044ac..3560faf 100644 --- a/grid5000/base.py +++ b/grid5000/base.py @@ -167,4 +167,4 @@ class RESTObject(object): return self.get_id() == value.get_id() def to_dict(self): - return copy.deepcopy(self._attrs) \ No newline at end of file + return copy.deepcopy(self._attrs) -- GitLab