Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Feb 29, 2024
1 parent f8448bf commit 209d9d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gufe/tests/test_custom_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def setup_method(self):
}
]


class TestUUIDCodec(CustomJSONCodingTest):
def setup_method(self):
self.codec = UUID_CODEC
Expand All @@ -314,4 +315,4 @@ def setup_method(self):
"__module__": "uuid",
"uuid": f"{str(self.objs[0])}",
}
]
]

0 comments on commit 209d9d4

Please sign in to comment.