Skip to content

Commit

Permalink
Merge pull request #2 from druzsan/feature/python-statparser
Browse files Browse the repository at this point in the history
improve code styling
  • Loading branch information
druzsan authored Jun 4, 2021
2 parents 7493835 + 9b141d8 commit 32ece60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"CRA": "crates_found",
}

COUNTABLE_METRICS: Set[str] = {x.split("_")[-1] for x in HUMAN_READABLE_COUNTABLES.values()}
COUNTABLE_METRICS: Set[str] = {
x.split("_")[-1] for x in HUMAN_READABLE_COUNTABLES.values()
}

COUNTABLE_TYPES: Dict[str, List[str]] = {
"CR": [
Expand Down

0 comments on commit 32ece60

Please sign in to comment.