Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Oct 31, 2023
1 parent 9fb8bab commit 94ee901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_kkr/parsers/kkrimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, calc):

# pylint: disable=protected-access

def parse(self, debug=False, ignore_nan=False, **kwargs):
def parse(self, debug=False, ignore_nan=False, **kwargs): # pylint: disable=unexpected-keyword-arg
"""
Parse output data folder, store results in database.
Expand Down

0 comments on commit 94ee901

Please sign in to comment.