Skip to content

Commit

Permalink
Static methods need no self argument
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Nov 25, 2019
1 parent d6a1955 commit e47aba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron/base/project/generic.py
Expand Up @@ -456,7 +456,7 @@ def get_project_size(self):
return folder_size / (1024 * 1024.0)

@staticmethod
def get_repository_status(self):
def get_repository_status():
"""
Finds the hashes for every `pyiron` module available.
Expand Down

0 comments on commit e47aba1

Please sign in to comment.