Skip to content
Snippets Groups Projects
Commit 8a236a39 authored by Moul's avatar Moul
Browse files

[lint] #162: Define classmethod

Found by pre-commit hook
parent 3fd7cdc5
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ from duniterpy.documents.ws2p.messages import DocumentMessage ...@@ -33,7 +33,8 @@ from duniterpy.documents.ws2p.messages import DocumentMessage
class TestWs2p(unittest.TestCase): class TestWs2p(unittest.TestCase):
def test_block(self): @classmethod
def test_block(cls):
json_sample = { json_sample = {
"heads": [ "heads": [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment