Skip to content

Commit 0cbbf26

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae736b2 commit 0cbbf26

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ MIT
124124
## Contact
125125

126126
rog32@hi.is
127-

aiida_eonclient/calculations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class DiffCalculation(CalcJob):
1818
1919
Simple AiiDA plugin wrapper for 'diffing' two files.
2020
"""
21+
2122
@classmethod
2223
def define(cls, spec):
2324
"""Define inputs and outputs of the calculation."""

aiida_eonclient/parsers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class DiffParser(Parser):
1717
"""
1818
Parser class for parsing output of calculation.
1919
"""
20+
2021
def __init__(self, node):
2122
"""
2223
Initialize Parser instance

tests/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# pylint: disable=attribute-defined-outside-init
1212
class TestDataCli:
1313
"""Test verdi data cli plugin."""
14+
1415
def setup_method(self):
1516
"""Prepare nodes for cli tests."""
1617
DiffParameters = DataFactory('eonclient')

0 commit comments

Comments
 (0)