Skip to content

Commit

Permalink
reference_files:ref_files - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 30, 2023
1 parent 313e128 commit 9131edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acacore/reference_files/ref_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def to_re_identify() -> list[ReIdentifyModel]:


@lru_cache
def costum_sigs() -> list[CustomSignature]:
"""Gets the json file with our own costum formats in a list.
def custom_sigs() -> list[CustomSignature]:
"""Gets the json file with our own custom formats in a list.
Is kept updated on the reference-files repo. The function caches the result,
soo multiple calls in the same run should not be an issue.
Expand Down

0 comments on commit 9131edd

Please sign in to comment.